Spaces:
Sleeping
Sleeping
requirements_text
Browse files- requirements.txt +68 -0
requirements.txt
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
asttokens==2.4.0
|
2 |
+
attrs==23.1.0
|
3 |
+
backcall==0.2.0
|
4 |
+
certifi==2023.7.22
|
5 |
+
cffi==1.16.0
|
6 |
+
colorama==0.4.6
|
7 |
+
comm==0.1.4
|
8 |
+
contourpy==1.1.1
|
9 |
+
cycler==0.12.1
|
10 |
+
debugpy==1.8.0
|
11 |
+
decorator==5.1.1
|
12 |
+
distlib==0.3.7
|
13 |
+
executing==2.0.0
|
14 |
+
filelock==3.12.4
|
15 |
+
fonttools==4.43.1
|
16 |
+
h11==0.14.0
|
17 |
+
idna==3.4
|
18 |
+
ipykernel==6.25.2
|
19 |
+
ipython==8.16.1
|
20 |
+
jedi==0.19.1
|
21 |
+
joblib==1.3.2
|
22 |
+
jupyter_client==8.4.0
|
23 |
+
jupyter_core==5.4.0
|
24 |
+
kiwisolver==1.4.5
|
25 |
+
matplotlib==3.8.0
|
26 |
+
matplotlib-inline==0.1.6
|
27 |
+
nest-asyncio==1.5.8
|
28 |
+
numpy==1.26.1
|
29 |
+
outcome==1.3.0.post0
|
30 |
+
packaging==23.2
|
31 |
+
pandas==2.1.1
|
32 |
+
parso==0.8.3
|
33 |
+
pickleshare==0.7.5
|
34 |
+
Pillow==10.1.0
|
35 |
+
platformdirs==3.11.0
|
36 |
+
plotly==5.18.0
|
37 |
+
prompt-toolkit==3.0.39
|
38 |
+
psutil==5.9.6
|
39 |
+
pure-eval==0.2.2
|
40 |
+
pycparser==2.21
|
41 |
+
Pygments==2.16.1
|
42 |
+
pyparsing==3.1.1
|
43 |
+
PySocks==1.7.1
|
44 |
+
python-dateutil==2.8.2
|
45 |
+
pytz==2023.3.post1
|
46 |
+
pywin32==306
|
47 |
+
pyzmq==25.1.1
|
48 |
+
scikit-learn==1.3.2
|
49 |
+
scipy==1.11.3
|
50 |
+
seaborn==0.13.0
|
51 |
+
selenium==4.14.0
|
52 |
+
six==1.16.0
|
53 |
+
sklearn==0.0.post11
|
54 |
+
sniffio==1.3.0
|
55 |
+
sortedcontainers==2.4.0
|
56 |
+
stack-data==0.6.3
|
57 |
+
tenacity==8.2.3
|
58 |
+
threadpoolctl==3.2.0
|
59 |
+
tornado==6.3.3
|
60 |
+
traitlets==5.11.2
|
61 |
+
trio==0.22.2
|
62 |
+
trio-websocket==0.11.1
|
63 |
+
tzdata==2023.3
|
64 |
+
urllib3==2.0.7
|
65 |
+
virtualenv==20.24.6
|
66 |
+
wcwidth==0.2.8
|
67 |
+
wsproto==1.2.0
|
68 |
+
yellowbrick==1.5
|