Upload requirements.txt
Browse files- requirements.txt +29 -0
requirements.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2022.12.7
|
2 |
+
charset-normalizer==2.1.1
|
3 |
+
filelock==3.9.0
|
4 |
+
fsspec==2023.4.0
|
5 |
+
huggingface-hub==0.14.1
|
6 |
+
idna==3.4
|
7 |
+
Jinja2==3.1.2
|
8 |
+
joblib==1.2.0
|
9 |
+
MarkupSafe==2.1.2
|
10 |
+
mpmath==1.2.1
|
11 |
+
networkx==3.0
|
12 |
+
numpy==1.24.1
|
13 |
+
packaging==23.1
|
14 |
+
Pillow==9.3.0
|
15 |
+
PyYAML==6.0
|
16 |
+
regex==2023.3.23
|
17 |
+
requests==2.28.1
|
18 |
+
scikit-learn==1.2.2
|
19 |
+
scipy==1.10.1
|
20 |
+
sympy==1.11.1
|
21 |
+
threadpoolctl==3.1.0
|
22 |
+
tokenizers==0.13.3
|
23 |
+
torch==2.0.0+cpu
|
24 |
+
torchaudio==2.0.1+cpu
|
25 |
+
torchvision==0.15.1+cpu
|
26 |
+
tqdm==4.65.0
|
27 |
+
transformers==4.28.1
|
28 |
+
typing_extensions==4.4.0
|
29 |
+
urllib3==1.26.13
|