Spaces:
Build error
Build error
debu das
commited on
Commit
·
134f402
1
Parent(s):
8db3372
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
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
|
7 |
multiprocess==0.70.12.2
|
8 |
-
matplotlib
|
9 |
numba==0.54.1
|
10 |
numexpr==2.7.3
|
11 |
numpy==1.20.3
|
@@ -38,10 +37,10 @@ seaborn==0.11.1
|
|
38 |
sklearn==0.0
|
39 |
streamlit==1.5.1
|
40 |
timm==0.6.7
|
41 |
-
tokenizers
|
42 |
toml==0.10.2
|
43 |
toolz==0.11.1
|
44 |
torch==1.10.0
|
45 |
torchvision==0.11.1
|
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
|
7 |
multiprocess==0.70.12.2
|
|
|
8 |
numba==0.54.1
|
9 |
numexpr==2.7.3
|
10 |
numpy==1.20.3
|
|
|
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 |
+
-e git+https://github.com/nielsrogge/transformers.git@d34f7e6ffbb911d39465173ef2b35ba147ef58a9#egg=transformers
|
46 |
urllib3==1.26.7
|