Vivien commited on
Commit
b235290
1 Parent(s): 94bb08f

Freeze Python version

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: streamlit
7
  sdk_version: 1.0.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  # Configuration
 
7
  sdk_version: 1.0.0
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.8.17
11
  ---
12
 
13
  # Configuration
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- transformers==4.15.0
2
  numpy
3
  pandas==1.3.4
4
  timm==0.4.12
 
1
+ transformers
2
  numpy
3
  pandas==1.3.4
4
  timm==0.4.12