Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
a80c164
1
Parent(s):
5f23e21
test1
Browse files- requirements.txt +13 -1
requirements.txt
CHANGED
@@ -1,5 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
joblib==1.4.2
|
2 |
-
numpy
|
|
|
|
|
|
|
3 |
scikit-learn==1.6.0
|
4 |
scipy==1.15.0
|
5 |
threadpoolctl==3.5.0
|
|
|
|
|
|
|
|
1 |
+
certifi==2024.12.14
|
2 |
+
charset-normalizer==3.4.1
|
3 |
+
filelock==3.16.1
|
4 |
+
fsspec==2024.12.0
|
5 |
+
huggingface-hub==0.27.0
|
6 |
+
idna==3.10
|
7 |
joblib==1.4.2
|
8 |
+
numpy==2.2.1
|
9 |
+
packaging==24.2
|
10 |
+
PyYAML==6.0.2
|
11 |
+
requests==2.32.3
|
12 |
scikit-learn==1.6.0
|
13 |
scipy==1.15.0
|
14 |
threadpoolctl==3.5.0
|
15 |
+
tqdm==4.67.1
|
16 |
+
typing_extensions==4.12.2
|
17 |
+
urllib3==2.3.0
|