Sonny4Sonnix
commited on
Commit
•
a863fdb
1
Parent(s):
5416df1
Upload requirements.txt
Browse files- requirements.txt +60 -0
requirements.txt
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.5.0
|
2 |
+
anyio==3.7.1
|
3 |
+
black==23.7.0
|
4 |
+
certifi==2023.7.22
|
5 |
+
charset-normalizer==3.2.0
|
6 |
+
click==8.1.6
|
7 |
+
colorama==0.4.6
|
8 |
+
dnspython==2.4.1
|
9 |
+
email-validator==2.0.0.post2
|
10 |
+
exceptiongroup==1.1.2
|
11 |
+
fastapi==0.101.0
|
12 |
+
filelock==3.12.2
|
13 |
+
fsspec==2023.6.0
|
14 |
+
h11==0.14.0
|
15 |
+
httpcore==0.17.3
|
16 |
+
httptools==0.6.0
|
17 |
+
httpx==0.24.1
|
18 |
+
huggingface-hub==0.16.4
|
19 |
+
idna==3.4
|
20 |
+
itsdangerous==2.1.2
|
21 |
+
Jinja2==3.1.2
|
22 |
+
MarkupSafe==2.1.3
|
23 |
+
mpmath==1.3.0
|
24 |
+
mypy-extensions==1.0.0
|
25 |
+
networkx==3.1
|
26 |
+
numpy==1.25.2
|
27 |
+
orjson==3.9.3
|
28 |
+
packaging==23.1
|
29 |
+
pandas==2.0.3
|
30 |
+
pathspec==0.11.2
|
31 |
+
platformdirs==3.10.0
|
32 |
+
pydantic==2.1.1
|
33 |
+
pydantic-extra-types==2.0.0
|
34 |
+
pydantic-settings==2.0.2
|
35 |
+
pydantic_core==2.4.0
|
36 |
+
python-dateutil==2.8.2
|
37 |
+
python-dotenv==1.0.0
|
38 |
+
python-multipart==0.0.6
|
39 |
+
pytz==2023.3
|
40 |
+
PyYAML==6.0.1
|
41 |
+
regex==2023.6.3
|
42 |
+
requests==2.31.0
|
43 |
+
safetensors==0.3.1
|
44 |
+
scipy==1.11.1
|
45 |
+
six==1.16.0
|
46 |
+
sniffio==1.3.0
|
47 |
+
starlette==0.27.0
|
48 |
+
sympy==1.12
|
49 |
+
tokenizers==0.13.3
|
50 |
+
tomli==2.0.1
|
51 |
+
torch==2.0.1
|
52 |
+
tqdm==4.65.0
|
53 |
+
transformers==4.31.0
|
54 |
+
typing_extensions==4.7.1
|
55 |
+
tzdata==2023.3
|
56 |
+
ujson==5.8.0
|
57 |
+
urllib3==2.0.4
|
58 |
+
uvicorn==0.23.2
|
59 |
+
watchfiles==0.19.0
|
60 |
+
websockets==11.0.3
|