Spaces:
Runtime error
Runtime error
rahat commited on
Commit ·
191d226
1
Parent(s): f842273
fixed outdated requirements stemming from streamlit being out of date
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
|
@@ -1,24 +1,24 @@
|
|
| 1 |
-
Cython
|
| 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
|
| 9 |
-
numexpr
|
| 10 |
-
numpy
|
| 11 |
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
|
| 18 |
psutil==5.8.0
|
| 19 |
pyarrow==7.0.0
|
| 20 |
pydantic==1.7.3
|
| 21 |
-
pydeck
|
| 22 |
PyDictionary==2.0.1
|
| 23 |
pydot==1.4.2
|
| 24 |
pymongo==4.0.2
|
|
@@ -30,18 +30,18 @@ pyquery==1.4.3
|
|
| 30 |
pyreadline3==3.3
|
| 31 |
pytesseract==0.3.10
|
| 32 |
pytz-deprecation-shim==0.1.0.post0
|
| 33 |
-
PyWavelets
|
| 34 |
-
PyYAML
|
| 35 |
-
scipy
|
| 36 |
seaborn==0.11.1
|
| 37 |
sklearn==0.0
|
| 38 |
-
streamlit==1.
|
| 39 |
timm==0.6.7
|
| 40 |
tokenizers==0.12.1
|
| 41 |
toml==0.10.2
|
| 42 |
toolz==0.11.1
|
| 43 |
-
torch
|
| 44 |
-
torchvision
|
| 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
|
|
|
|
| 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
|
| 11 |
oauthlib==3.1.0
|
| 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
|
| 19 |
pyarrow==7.0.0
|
| 20 |
pydantic==1.7.3
|
| 21 |
+
pydeck>0.7.1
|
| 22 |
PyDictionary==2.0.1
|
| 23 |
pydot==1.4.2
|
| 24 |
pymongo==4.0.2
|
|
|
|
| 30 |
pyreadline3==3.3
|
| 31 |
pytesseract==0.3.10
|
| 32 |
pytz-deprecation-shim==0.1.0.post0
|
| 33 |
+
PyWavelets>1.1.1
|
| 34 |
+
PyYAML>5.4.1
|
| 35 |
+
scipy>1.4.1
|
| 36 |
seaborn==0.11.1
|
| 37 |
sklearn==0.0
|
| 38 |
+
streamlit==1.26.0
|
| 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
|