Spaces:
Sleeping
Sleeping
REQ
Browse files- requirements.txt +44 -0
requirements.txt
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
anyio==3.6.2
|
2 |
+
black==23.3.0
|
3 |
+
certifi==2023.5.7
|
4 |
+
click==8.1.3
|
5 |
+
dnspython==2.3.0
|
6 |
+
email-validator==2.0.0.post2
|
7 |
+
fastapi==0.95.2
|
8 |
+
h11==0.14.0
|
9 |
+
httpcore==0.17.1
|
10 |
+
httptools==0.5.0
|
11 |
+
httpx==0.24.1
|
12 |
+
idna==3.4
|
13 |
+
itsdangerous==2.1.2
|
14 |
+
Jinja2==3.1.2
|
15 |
+
joblib==1.2.0
|
16 |
+
MarkupSafe==2.1.2
|
17 |
+
mypy-extensions==1.0.0
|
18 |
+
numpy==1.24.3
|
19 |
+
orjson==3.8.12
|
20 |
+
packaging==23.1
|
21 |
+
pandas==2.0.1
|
22 |
+
pathspec==0.11.1
|
23 |
+
platformdirs==3.5.1
|
24 |
+
pydantic==1.10.7
|
25 |
+
python-dateutil==2.8.2
|
26 |
+
python-dotenv==1.0.0
|
27 |
+
python-multipart==0.0.6
|
28 |
+
pytz==2023.3
|
29 |
+
PyYAML==6.0
|
30 |
+
scikit-learn==1.2.2
|
31 |
+
scipy==1.10.1
|
32 |
+
six==1.16.0
|
33 |
+
sniffio==1.3.0
|
34 |
+
starlette==0.27.0
|
35 |
+
tabulate==0.9.0
|
36 |
+
threadpoolctl==3.1.0
|
37 |
+
tomli==2.0.1
|
38 |
+
typing_extensions==4.5.0
|
39 |
+
tzdata==2023.3
|
40 |
+
ujson==5.7.0
|
41 |
+
uvicorn==0.22.0
|
42 |
+
uvloop==0.17.0
|
43 |
+
watchfiles==0.19.0
|
44 |
+
websockets==11.0.3
|