Update requirements.txt
Browse files- requirements.txt +45 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
altair
|
| 2 |
pandas
|
| 3 |
+
streamlit
|
| 4 |
+
|
| 5 |
+
asttokens==3.0.1
|
| 6 |
+
colorama==0.4.6
|
| 7 |
+
comm==0.2.3
|
| 8 |
+
contourpy==1.3.3
|
| 9 |
+
cycler==0.12.1
|
| 10 |
+
debugpy==1.8.20
|
| 11 |
+
decorator==5.2.1
|
| 12 |
+
executing==2.2.1
|
| 13 |
+
fonttools==4.62.1
|
| 14 |
+
ipykernel==7.2.0
|
| 15 |
+
ipython==9.12.0
|
| 16 |
+
ipython_pygments_lexers==1.1.1
|
| 17 |
+
jedi==0.19.2
|
| 18 |
+
joblib==1.5.3
|
| 19 |
+
jupyter_client==8.8.0
|
| 20 |
+
jupyter_core==5.9.1
|
| 21 |
+
kiwisolver==1.5.0
|
| 22 |
+
lightgbm==4.6.0
|
| 23 |
+
matplotlib==3.10.8
|
| 24 |
+
matplotlib-inline==0.2.1
|
| 25 |
+
nest-asyncio==1.6.0
|
| 26 |
+
numpy==2.4.4
|
| 27 |
+
packaging==26.1
|
| 28 |
+
pandas==3.0.2
|
| 29 |
+
parso==0.8.6
|
| 30 |
+
pillow==12.2.0
|
| 31 |
+
platformdirs==4.9.6
|
| 32 |
+
prompt_toolkit==3.0.52
|
| 33 |
+
psutil==7.2.2
|
| 34 |
+
pure_eval==0.2.3
|
| 35 |
+
Pygments==2.20.0
|
| 36 |
+
pyparsing==3.3.2
|
| 37 |
+
python-dateutil==2.9.0.post0
|
| 38 |
+
pyzmq==27.1.0
|
| 39 |
+
scikit-learn==1.8.0
|
| 40 |
+
scipy==1.17.1
|
| 41 |
+
six==1.17.0
|
| 42 |
+
stack-data==0.6.3
|
| 43 |
+
threadpoolctl==3.6.0
|
| 44 |
+
tornado==6.5.5
|
| 45 |
+
traitlets==5.14.3
|
| 46 |
+
tzdata==2026.1
|
| 47 |
+
wcwidth==0.6.0
|