Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +84 -84
requirements.txt
CHANGED
@@ -1,84 +1,84 @@
|
|
1 |
-
annotated-types==0.7.0
|
2 |
-
anyio==4.9.0
|
3 |
-
blinker==1.9.0
|
4 |
-
cachetools==5.5.2
|
5 |
-
certifi==2025.4.26
|
6 |
-
chardet==5.2.0
|
7 |
-
charset-normalizer==3.4.1
|
8 |
-
click==8.1.8
|
9 |
-
colorama==0.4.6
|
10 |
-
contourpy==1.3.2
|
11 |
-
cycler==0.12.1
|
12 |
-
filelock==3.18.0
|
13 |
-
filetype==1.2.0
|
14 |
-
Flask==3.1.0
|
15 |
-
flask-cors==5.0.1
|
16 |
-
fonttools==4.57.0
|
17 |
-
fsspec==2025.3.2
|
18 |
-
google-ai-generativelanguage==0.6.15
|
19 |
-
google-api-core==2.24.2
|
20 |
-
google-api-python-client==2.169.0
|
21 |
-
google-auth==2.40.0
|
22 |
-
google-auth-httplib2==0.2.0
|
23 |
-
google-generativeai==0.8.5
|
24 |
-
googleapis-common-protos==1.70.0
|
25 |
-
greenlet==3.2.1
|
26 |
-
grpcio==1.71.0
|
27 |
-
grpcio-status==1.71.0
|
28 |
-
h11==0.16.0
|
29 |
-
httpcore==1.0.9
|
30 |
-
httplib2==0.22.0
|
31 |
-
httpx==0.28.1
|
32 |
-
huggingface-hub==0.30.2
|
33 |
-
idna==3.10
|
34 |
-
itsdangerous==2.2.0
|
35 |
-
Jinja2==3.1.6
|
36 |
-
jsonpatch==1.33
|
37 |
-
jsonpointer==3.0.0
|
38 |
-
kiwisolver==1.4.8
|
39 |
-
langchain==0.3.25
|
40 |
-
langchain-core==0.3.58
|
41 |
-
langchain-google-genai==2.1.4
|
42 |
-
langchain-text-splitters==0.3.8
|
43 |
-
langsmith==0.3.42
|
44 |
-
MarkupSafe==3.0.2
|
45 |
-
matplotlib==3.10.1
|
46 |
-
mpmath==1.3.0
|
47 |
-
networkx==3.4.2
|
48 |
-
numpy==2.2.5
|
49 |
-
orjson==3.10.18
|
50 |
-
packaging==24.2
|
51 |
-
pillow==11.2.1
|
52 |
-
proto-plus==1.26.1
|
53 |
-
protobuf==5.29.4
|
54 |
-
pyasn1==0.6.1
|
55 |
-
pyasn1_modules==0.4.2
|
56 |
-
pydantic==2.11.4
|
57 |
-
pydantic_core==2.33.2
|
58 |
-
pyparsing==3.2.3
|
59 |
-
python-dateutil==2.9.0.post0
|
60 |
-
PyYAML==6.0.2
|
61 |
-
regex==2024.11.6
|
62 |
-
reportlab==4.4.0
|
63 |
-
requests==2.32.3
|
64 |
-
requests-toolbelt==1.0.0
|
65 |
-
rsa==4.9.1
|
66 |
-
safetensors==0.5.3
|
67 |
-
scipy==1.15.2
|
68 |
-
six==1.17.0
|
69 |
-
sniffio==1.3.1
|
70 |
-
SQLAlchemy==2.0.40
|
71 |
-
sympy==1.14.0
|
72 |
-
tenacity==9.1.2
|
73 |
-
tokenizers==0.21.1
|
74 |
-
torch==2.7.0
|
75 |
-
torchaudio==2.7.0
|
76 |
-
torchvision==0.22.0
|
77 |
-
tqdm==4.67.1
|
78 |
-
transformers==4.51.3
|
79 |
-
typing-inspection==0.4.0
|
80 |
-
typing_extensions==4.13.2
|
81 |
-
uritemplate==4.1.1
|
82 |
-
urllib3==2.4.0
|
83 |
-
Werkzeug==3.1.3
|
84 |
-
zstandard==0.23.0
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.9.0
|
3 |
+
blinker==1.9.0
|
4 |
+
cachetools==5.5.2
|
5 |
+
certifi==2025.4.26
|
6 |
+
chardet==5.2.0
|
7 |
+
charset-normalizer==3.4.1
|
8 |
+
click==8.1.8
|
9 |
+
colorama==0.4.6
|
10 |
+
contourpy==1.3.2
|
11 |
+
cycler==0.12.1
|
12 |
+
filelock==3.18.0
|
13 |
+
filetype==1.2.0
|
14 |
+
Flask==3.1.0
|
15 |
+
flask-cors==5.0.1
|
16 |
+
fonttools==4.57.0
|
17 |
+
fsspec==2025.3.2
|
18 |
+
#google-ai-generativelanguage==0.6.15
|
19 |
+
google-api-core==2.24.2
|
20 |
+
google-api-python-client==2.169.0
|
21 |
+
google-auth==2.40.0
|
22 |
+
google-auth-httplib2==0.2.0
|
23 |
+
google-generativeai==0.8.5
|
24 |
+
googleapis-common-protos==1.70.0
|
25 |
+
greenlet==3.2.1
|
26 |
+
grpcio==1.71.0
|
27 |
+
grpcio-status==1.71.0
|
28 |
+
h11==0.16.0
|
29 |
+
httpcore==1.0.9
|
30 |
+
httplib2==0.22.0
|
31 |
+
httpx==0.28.1
|
32 |
+
huggingface-hub==0.30.2
|
33 |
+
idna==3.10
|
34 |
+
itsdangerous==2.2.0
|
35 |
+
Jinja2==3.1.6
|
36 |
+
jsonpatch==1.33
|
37 |
+
jsonpointer==3.0.0
|
38 |
+
kiwisolver==1.4.8
|
39 |
+
langchain==0.3.25
|
40 |
+
langchain-core==0.3.58
|
41 |
+
langchain-google-genai==2.1.4
|
42 |
+
langchain-text-splitters==0.3.8
|
43 |
+
langsmith==0.3.42
|
44 |
+
MarkupSafe==3.0.2
|
45 |
+
matplotlib==3.10.1
|
46 |
+
mpmath==1.3.0
|
47 |
+
networkx==3.4.2
|
48 |
+
numpy==2.2.5
|
49 |
+
orjson==3.10.18
|
50 |
+
packaging==24.2
|
51 |
+
pillow==11.2.1
|
52 |
+
proto-plus==1.26.1
|
53 |
+
protobuf==5.29.4
|
54 |
+
pyasn1==0.6.1
|
55 |
+
pyasn1_modules==0.4.2
|
56 |
+
pydantic==2.11.4
|
57 |
+
pydantic_core==2.33.2
|
58 |
+
pyparsing==3.2.3
|
59 |
+
python-dateutil==2.9.0.post0
|
60 |
+
PyYAML==6.0.2
|
61 |
+
regex==2024.11.6
|
62 |
+
reportlab==4.4.0
|
63 |
+
requests==2.32.3
|
64 |
+
requests-toolbelt==1.0.0
|
65 |
+
rsa==4.9.1
|
66 |
+
safetensors==0.5.3
|
67 |
+
scipy==1.15.2
|
68 |
+
six==1.17.0
|
69 |
+
sniffio==1.3.1
|
70 |
+
SQLAlchemy==2.0.40
|
71 |
+
sympy==1.14.0
|
72 |
+
tenacity==9.1.2
|
73 |
+
tokenizers==0.21.1
|
74 |
+
torch==2.7.0
|
75 |
+
torchaudio==2.7.0
|
76 |
+
torchvision==0.22.0
|
77 |
+
tqdm==4.67.1
|
78 |
+
transformers==4.51.3
|
79 |
+
typing-inspection==0.4.0
|
80 |
+
typing_extensions==4.13.2
|
81 |
+
uritemplate==4.1.1
|
82 |
+
urllib3==2.4.0
|
83 |
+
Werkzeug==3.1.3
|
84 |
+
zstandard==0.23.0
|