Spaces:
Build error
Build error
debu das
commited on
Commit
·
da55b09
1
Parent(s):
7415e83
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
Cython==0.29.14
|
2 |
dask==2021.3.1
|
3 |
-
datasets
|
4 |
Flask==2.0.1
|
5 |
GitPython==3.1.26
|
6 |
imutils==0.5.4
|
@@ -12,7 +12,7 @@ oauthlib==3.1.0
|
|
12 |
opencv-contrib-python==4.6.0.66
|
13 |
openpyxl==3.0.7
|
14 |
Pillow==9.0.1
|
15 |
-
plotly
|
16 |
ply==3.11
|
17 |
protobuf==3.14.0
|
18 |
psutil==5.8.0
|
@@ -37,11 +37,11 @@ seaborn==0.11.1
|
|
37 |
sklearn==0.0
|
38 |
streamlit==1.5.1
|
39 |
timm==0.6.7
|
40 |
-
tokenizers
|
41 |
toml==0.10.2
|
42 |
toolz==0.11.1
|
43 |
torch==1.10.0
|
44 |
torchvision==0.11.1
|
45 |
-
git+https://github.com/
|
46 |
-
git+https://github.com/
|
47 |
urllib3==1.26.7
|
|
|
1 |
Cython==0.29.14
|
2 |
dask==2021.3.1
|
3 |
+
datasets==1.18.3
|
4 |
Flask==2.0.1
|
5 |
GitPython==3.1.26
|
6 |
imutils==0.5.4
|
|
|
12 |
opencv-contrib-python==4.6.0.66
|
13 |
openpyxl==3.0.7
|
14 |
Pillow==9.0.1
|
15 |
+
plotly==4.14.3
|
16 |
ply==3.11
|
17 |
protobuf==3.14.0
|
18 |
psutil==5.8.0
|
|
|
37 |
sklearn==0.0
|
38 |
streamlit==1.5.1
|
39 |
timm==0.6.7
|
40 |
+
tokenizers==0.12.1
|
41 |
toml==0.10.2
|
42 |
toolz==0.11.1
|
43 |
torch==1.10.0
|
44 |
torchvision==0.11.1
|
45 |
+
git+https://github.com/huggingface/transformers.git
|
46 |
+
#-e git+https://github.com/nielsrogge/transformers.git@d34f7e6ffbb911d39465173ef2b35ba147ef58a9#egg=transformers
|
47 |
urllib3==1.26.7
|