Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -59
requirements.txt
CHANGED
|
@@ -1,59 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
click==8.1.3
|
| 7 |
-
colorama==0.4.6
|
| 8 |
-
commonmark==0.9.1
|
| 9 |
-
contourpy==1.0.6
|
| 10 |
-
cycler==0.11.0
|
| 11 |
-
decorator==5.1.1
|
| 12 |
-
entrypoints==0.4
|
| 13 |
-
fonttools==4.38.0
|
| 14 |
-
gitdb==4.0.10
|
| 15 |
-
GitPython==3.1.29
|
| 16 |
-
idna==3.4
|
| 17 |
-
importlib-metadata==5.1.0
|
| 18 |
-
Jinja2==3.1.2
|
| 19 |
-
jsonschema==4.17.3
|
| 20 |
-
kiwisolver==1.4.4
|
| 21 |
-
MarkupSafe==2.1.1
|
| 22 |
-
matplotlib==3.6.2
|
| 23 |
-
numpy==1.23.5
|
| 24 |
-
packaging==21.3
|
| 25 |
-
pandas==1.5.2
|
| 26 |
-
pickleshare==0.7.5
|
| 27 |
-
Pillow==9.3.0
|
| 28 |
-
protobuf==3.20.3
|
| 29 |
-
pyarrow==10.0.1
|
| 30 |
-
pydeck==0.8.0
|
| 31 |
-
Pygments==2.13.0
|
| 32 |
-
Pympler==1.0.1
|
| 33 |
-
pyparsing==3.0.9
|
| 34 |
-
pyrsistent==0.19.2
|
| 35 |
-
python-dateutil==2.8.2
|
| 36 |
-
pytz==2022.6
|
| 37 |
-
pytz-deprecation-shim==0.1.0.post0
|
| 38 |
-
requests==2.28.1
|
| 39 |
-
rich==12.6.0
|
| 40 |
-
scikit-learn==1.1.3
|
| 41 |
-
scipy==1.9.3
|
| 42 |
-
seaborn==0.12.1
|
| 43 |
-
semver==2.13.0
|
| 44 |
-
six==1.16.0
|
| 45 |
-
smmap==5.0.0
|
| 46 |
-
streamlit==1.11.1
|
| 47 |
-
threadpoolctl==3.1.0
|
| 48 |
-
toml==0.10.2
|
| 49 |
-
toolz==0.12.0
|
| 50 |
-
tornado==6.2
|
| 51 |
-
typing_extensions==4.4.0
|
| 52 |
-
tzdata==2022.7
|
| 53 |
-
tzlocal==4.2
|
| 54 |
-
urllib3==1.26.13
|
| 55 |
-
validators==0.20.0
|
| 56 |
-
watchdog==2.2.0
|
| 57 |
-
wincertstore==0.2
|
| 58 |
-
xgboost==1.5.0
|
| 59 |
-
zipp==3.11.0
|
|
|
|
| 1 |
+
pycaret
|
| 2 |
+
pickle
|
| 3 |
+
numpy
|
| 4 |
+
pandas
|
| 5 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|