Spaces:
Sleeping
Sleeping
humanda5
commited on
Commit
·
f105d5f
1
Parent(s):
73dbae4
Update requirements.txt for Hugging Face compatibility
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -13,16 +13,16 @@ debugpy==1.8.13
|
|
13 |
decorator==5.2.1
|
14 |
exceptiongroup==1.3.0
|
15 |
executing==2.2.0
|
16 |
-
faiss-cpu
|
17 |
filelock==3.18.0
|
18 |
-
Flask
|
19 |
fsspec==2025.5.0
|
20 |
google-ai-generativelanguage==0.6.15
|
21 |
google-api-core==2.25.0
|
22 |
google-api-python-client==2.171.0
|
23 |
google-auth==2.40.3
|
24 |
google-auth-httplib2==0.2.0
|
25 |
-
google-generativeai
|
26 |
googleapis-common-protos==1.70.0
|
27 |
grpcio==1.73.0
|
28 |
grpcio-status==1.71.0
|
@@ -44,7 +44,7 @@ matplotlib-inline==0.1.7
|
|
44 |
mpmath==1.3.0
|
45 |
nest-asyncio==1.6.0
|
46 |
networkx==3.4.2
|
47 |
-
numpy
|
48 |
packaging==24.2
|
49 |
parso==0.8.4
|
50 |
pickleshare==0.7.5
|
@@ -63,7 +63,7 @@ pygame==2.6.1
|
|
63 |
Pygments==2.19.1
|
64 |
pyparsing==3.2.3
|
65 |
python-dateutil==2.9.0.post0
|
66 |
-
python-dotenv
|
67 |
pywin32==304
|
68 |
PyYAML==6.0.2
|
69 |
pyzmq==26.4.0
|
@@ -73,7 +73,7 @@ rsa==4.9.1
|
|
73 |
safetensors==0.5.3
|
74 |
scikit-learn==1.7.0
|
75 |
scipy==1.15.3
|
76 |
-
sentence-transformers
|
77 |
six==1.17.0
|
78 |
stack-data==0.6.3
|
79 |
sympy==1.14.0
|
|
|
13 |
decorator==5.2.1
|
14 |
exceptiongroup==1.3.0
|
15 |
executing==2.2.0
|
16 |
+
faiss-cpu
|
17 |
filelock==3.18.0
|
18 |
+
Flask
|
19 |
fsspec==2025.5.0
|
20 |
google-ai-generativelanguage==0.6.15
|
21 |
google-api-core==2.25.0
|
22 |
google-api-python-client==2.171.0
|
23 |
google-auth==2.40.3
|
24 |
google-auth-httplib2==0.2.0
|
25 |
+
google-generativeai
|
26 |
googleapis-common-protos==1.70.0
|
27 |
grpcio==1.73.0
|
28 |
grpcio-status==1.71.0
|
|
|
44 |
mpmath==1.3.0
|
45 |
nest-asyncio==1.6.0
|
46 |
networkx==3.4.2
|
47 |
+
numpy
|
48 |
packaging==24.2
|
49 |
parso==0.8.4
|
50 |
pickleshare==0.7.5
|
|
|
63 |
Pygments==2.19.1
|
64 |
pyparsing==3.2.3
|
65 |
python-dateutil==2.9.0.post0
|
66 |
+
python-dotenv
|
67 |
pywin32==304
|
68 |
PyYAML==6.0.2
|
69 |
pyzmq==26.4.0
|
|
|
73 |
safetensors==0.5.3
|
74 |
scikit-learn==1.7.0
|
75 |
scipy==1.15.3
|
76 |
+
sentence-transformers
|
77 |
six==1.17.0
|
78 |
stack-data==0.6.3
|
79 |
sympy==1.14.0
|