Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +30 -6
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
|
2 |
-
torch==2.0.1
|
3 |
-
transformers
|
4 |
aiohappyeyeballs==2.4.3
|
5 |
aiohttp==3.10.10
|
6 |
aiosignal==1.3.1
|
7 |
altair==5.4.1
|
8 |
annotated-types==0.7.0
|
9 |
anyio==4.6.2.post1
|
|
|
10 |
attrs==24.2.0
|
11 |
blinker==1.8.2
|
12 |
cachetools==5.5.0
|
@@ -17,7 +16,11 @@ colorama==0.4.6
|
|
17 |
dataclasses-json==0.6.7
|
18 |
distro==1.9.0
|
19 |
faiss-cpu==1.9.0
|
|
|
|
|
20 |
frozenlist==1.4.1
|
|
|
|
|
21 |
gitdb==4.0.11
|
22 |
GitPython==3.1.43
|
23 |
google-ai-generativelanguage==0.6.10
|
@@ -26,11 +29,13 @@ google-api-python-client==2.149.0
|
|
26 |
google-auth==2.35.0
|
27 |
google-auth-httplib2==0.2.0
|
28 |
google-generativeai==0.8.3
|
|
|
29 |
googleapis-common-protos==1.65.0
|
30 |
greenlet==3.1.1
|
31 |
grpcio==1.67.0
|
32 |
grpcio-status==1.67.0
|
33 |
h11==0.14.0
|
|
|
34 |
httpcore==1.0.6
|
35 |
httplib2==0.22.0
|
36 |
httpx==0.27.2
|
@@ -41,33 +46,41 @@ jsonpatch==1.33
|
|
41 |
jsonpointer==3.0.0
|
42 |
jsonschema==4.23.0
|
43 |
jsonschema-specifications==2024.10.1
|
|
|
44 |
langchain==0.3.4
|
45 |
langchain-community==0.3.3
|
46 |
langchain-core==0.3.12
|
47 |
langchain-google-genai==2.0.1
|
48 |
langchain-text-splitters==0.3.0
|
49 |
langsmith==0.1.136
|
|
|
|
|
50 |
markdown-it-py==3.0.0
|
51 |
MarkupSafe==3.0.2
|
52 |
marshmallow==3.23.0
|
53 |
mdurl==0.1.2
|
|
|
|
|
54 |
multidict==6.1.0
|
55 |
mypy-extensions==1.0.0
|
|
|
56 |
narwhals==1.9.4
|
|
|
57 |
numpy==1.26.4
|
58 |
openai==1.52.0
|
|
|
|
|
59 |
orjson==3.10.9
|
60 |
packaging==24.1
|
61 |
pandas==2.2.3
|
62 |
pillow==10.4.0
|
63 |
propcache==0.2.0
|
64 |
proto-plus==1.24.0
|
65 |
-
|
66 |
-
protobuf==3.20.3 # This version avoids the exclusions from TensorFlow
|
67 |
pyarrow==17.0.0
|
68 |
pyasn1==0.6.1
|
69 |
pyasn1_modules==0.4.1
|
70 |
-
pydantic
|
71 |
pydantic-settings==2.6.0
|
72 |
pydantic_core==2.23.4
|
73 |
pydeck==0.9.1
|
@@ -85,14 +98,22 @@ requests-toolbelt==1.0.0
|
|
85 |
rich==13.9.2
|
86 |
rpds-py==0.20.0
|
87 |
rsa==4.9
|
|
|
88 |
six==1.16.0
|
89 |
smmap==5.0.1
|
90 |
sniffio==1.3.1
|
91 |
SQLAlchemy==2.0.36
|
92 |
streamlit==1.39.0
|
|
|
93 |
tenacity==9.0.0
|
|
|
|
|
|
|
|
|
|
|
94 |
tiktoken==0.8.0
|
95 |
toml==0.10.2
|
|
|
96 |
tornado==6.4.1
|
97 |
tqdm==4.66.5
|
98 |
typing-inspect==0.9.0
|
@@ -101,4 +122,7 @@ tzdata==2024.2
|
|
101 |
uritemplate==4.1.1
|
102 |
urllib3==2.2.3
|
103 |
watchdog==5.0.3
|
|
|
|
|
|
|
104 |
yarl==1.15.5
|
|
|
1 |
+
absl-py==2.1.0
|
|
|
|
|
2 |
aiohappyeyeballs==2.4.3
|
3 |
aiohttp==3.10.10
|
4 |
aiosignal==1.3.1
|
5 |
altair==5.4.1
|
6 |
annotated-types==0.7.0
|
7 |
anyio==4.6.2.post1
|
8 |
+
astunparse==1.6.3
|
9 |
attrs==24.2.0
|
10 |
blinker==1.8.2
|
11 |
cachetools==5.5.0
|
|
|
16 |
dataclasses-json==0.6.7
|
17 |
distro==1.9.0
|
18 |
faiss-cpu==1.9.0
|
19 |
+
filelock==3.16.1
|
20 |
+
flatbuffers==24.3.25
|
21 |
frozenlist==1.4.1
|
22 |
+
fsspec==2024.10.0
|
23 |
+
gast==0.6.0
|
24 |
gitdb==4.0.11
|
25 |
GitPython==3.1.43
|
26 |
google-ai-generativelanguage==0.6.10
|
|
|
29 |
google-auth==2.35.0
|
30 |
google-auth-httplib2==0.2.0
|
31 |
google-generativeai==0.8.3
|
32 |
+
google-pasta==0.2.0
|
33 |
googleapis-common-protos==1.65.0
|
34 |
greenlet==3.1.1
|
35 |
grpcio==1.67.0
|
36 |
grpcio-status==1.67.0
|
37 |
h11==0.14.0
|
38 |
+
h5py==3.12.1
|
39 |
httpcore==1.0.6
|
40 |
httplib2==0.22.0
|
41 |
httpx==0.27.2
|
|
|
46 |
jsonpointer==3.0.0
|
47 |
jsonschema==4.23.0
|
48 |
jsonschema-specifications==2024.10.1
|
49 |
+
keras==3.6.0
|
50 |
langchain==0.3.4
|
51 |
langchain-community==0.3.3
|
52 |
langchain-core==0.3.12
|
53 |
langchain-google-genai==2.0.1
|
54 |
langchain-text-splitters==0.3.0
|
55 |
langsmith==0.1.136
|
56 |
+
libclang==18.1.1
|
57 |
+
Markdown==3.7
|
58 |
markdown-it-py==3.0.0
|
59 |
MarkupSafe==3.0.2
|
60 |
marshmallow==3.23.0
|
61 |
mdurl==0.1.2
|
62 |
+
ml-dtypes==0.4.1
|
63 |
+
mpmath==1.3.0
|
64 |
multidict==6.1.0
|
65 |
mypy-extensions==1.0.0
|
66 |
+
namex==0.0.8
|
67 |
narwhals==1.9.4
|
68 |
+
networkx==3.4.2
|
69 |
numpy==1.26.4
|
70 |
openai==1.52.0
|
71 |
+
opt_einsum==3.4.0
|
72 |
+
optree==0.13.0
|
73 |
orjson==3.10.9
|
74 |
packaging==24.1
|
75 |
pandas==2.2.3
|
76 |
pillow==10.4.0
|
77 |
propcache==0.2.0
|
78 |
proto-plus==1.24.0
|
79 |
+
protobuf==5.28.2
|
|
|
80 |
pyarrow==17.0.0
|
81 |
pyasn1==0.6.1
|
82 |
pyasn1_modules==0.4.1
|
83 |
+
pydantic==2.9.2
|
84 |
pydantic-settings==2.6.0
|
85 |
pydantic_core==2.23.4
|
86 |
pydeck==0.9.1
|
|
|
98 |
rich==13.9.2
|
99 |
rpds-py==0.20.0
|
100 |
rsa==4.9
|
101 |
+
setuptools==75.2.0
|
102 |
six==1.16.0
|
103 |
smmap==5.0.1
|
104 |
sniffio==1.3.1
|
105 |
SQLAlchemy==2.0.36
|
106 |
streamlit==1.39.0
|
107 |
+
sympy==1.13.1
|
108 |
tenacity==9.0.0
|
109 |
+
tensorboard==2.18.0
|
110 |
+
tensorboard-data-server==0.7.2
|
111 |
+
tensorflow==2.18.0
|
112 |
+
tensorflow_intel==2.18.0
|
113 |
+
termcolor==2.5.0
|
114 |
tiktoken==0.8.0
|
115 |
toml==0.10.2
|
116 |
+
torch==2.5.0
|
117 |
tornado==6.4.1
|
118 |
tqdm==4.66.5
|
119 |
typing-inspect==0.9.0
|
|
|
122 |
uritemplate==4.1.1
|
123 |
urllib3==2.2.3
|
124 |
watchdog==5.0.3
|
125 |
+
Werkzeug==3.0.6
|
126 |
+
wheel==0.44.0
|
127 |
+
wrapt==1.16.0
|
128 |
yarl==1.15.5
|