Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
CHANGED
|
@@ -21,6 +21,7 @@ Authlib==1.6.5
|
|
| 21 |
backoff==2.2.1
|
| 22 |
beautifulsoup4==4.14.2
|
| 23 |
board-to-fen==0.1.1
|
|
|
|
| 24 |
cachetools==6.2.1
|
| 25 |
certifi==2025.10.5
|
| 26 |
cffi==2.0.0
|
|
@@ -28,7 +29,9 @@ charset-normalizer==3.4.4
|
|
| 28 |
click==8.3.0
|
| 29 |
cryptography==46.0.3
|
| 30 |
datasets==4.4.0
|
|
|
|
| 31 |
decorator==5.2.1
|
|
|
|
| 32 |
Deprecated==1.3.1
|
| 33 |
dill==0.4.0
|
| 34 |
distro==1.9.0
|
|
@@ -38,6 +41,7 @@ email-validator==2.3.0
|
|
| 38 |
et_xmlfile==2.0.0
|
| 39 |
exceptiongroup==1.3.0
|
| 40 |
executing==2.2.1
|
|
|
|
| 41 |
fastapi==0.121.1
|
| 42 |
ffmpy==0.6.4
|
| 43 |
filelock==3.20.0
|
|
@@ -57,11 +61,14 @@ groovy==0.1.2
|
|
| 57 |
grpc-interceptor==0.15.4
|
| 58 |
grpcio==1.76.0
|
| 59 |
h11==0.16.0
|
|
|
|
| 60 |
h5py==3.15.1
|
| 61 |
hf-xet==1.2.0
|
|
|
|
| 62 |
httpcore==1.0.9
|
| 63 |
httpx==0.28.1
|
| 64 |
huggingface-hub==0.36.0
|
|
|
|
| 65 |
idna==3.11
|
| 66 |
importlib_metadata==8.6.1
|
| 67 |
ipython==8.37.0
|
|
@@ -148,16 +155,19 @@ safehttpx==0.1.7
|
|
| 148 |
scikit-learn==1.7.2
|
| 149 |
scipy==1.15.3
|
| 150 |
semantic-version==2.10.0
|
|
|
|
| 151 |
shellingham==1.5.4
|
| 152 |
six==1.17.0
|
| 153 |
smolagents @ git+https://github.com/huggingface/smolagents.git@9c29c0e00ee86a7eafc0368260ba2500605da09b
|
| 154 |
sniffio==1.3.1
|
|
|
|
| 155 |
soupsieve==2.8
|
| 156 |
SQLAlchemy==2.0.44
|
| 157 |
sqlean.py==3.50.4.5
|
| 158 |
stack-data==0.6.3
|
| 159 |
starlette==0.49.3
|
| 160 |
strawberry-graphql==0.270.1
|
|
|
|
| 161 |
tensorboard==2.18.0
|
| 162 |
tensorboard-data-server==0.7.2
|
| 163 |
tensorflow==2.18.0
|
|
@@ -180,7 +190,9 @@ uvicorn==0.38.0
|
|
| 180 |
wcwidth==0.2.14
|
| 181 |
websockets==15.0.1
|
| 182 |
Werkzeug==3.1.3
|
|
|
|
| 183 |
wrapt==1.17.3
|
| 184 |
xxhash==3.6.0
|
| 185 |
yarl==1.22.0
|
|
|
|
| 186 |
zipp==3.23.0
|
|
|
|
| 21 |
backoff==2.2.1
|
| 22 |
beautifulsoup4==4.14.2
|
| 23 |
board-to-fen==0.1.1
|
| 24 |
+
brotli==1.2.0
|
| 25 |
cachetools==6.2.1
|
| 26 |
certifi==2025.10.5
|
| 27 |
cffi==2.0.0
|
|
|
|
| 29 |
click==8.3.0
|
| 30 |
cryptography==46.0.3
|
| 31 |
datasets==4.4.0
|
| 32 |
+
ddgs==9.9.1
|
| 33 |
decorator==5.2.1
|
| 34 |
+
defusedxml==0.7.1
|
| 35 |
Deprecated==1.3.1
|
| 36 |
dill==0.4.0
|
| 37 |
distro==1.9.0
|
|
|
|
| 41 |
et_xmlfile==2.0.0
|
| 42 |
exceptiongroup==1.3.0
|
| 43 |
executing==2.2.1
|
| 44 |
+
fake-useragent==2.2.0
|
| 45 |
fastapi==0.121.1
|
| 46 |
ffmpy==0.6.4
|
| 47 |
filelock==3.20.0
|
|
|
|
| 61 |
grpc-interceptor==0.15.4
|
| 62 |
grpcio==1.76.0
|
| 63 |
h11==0.16.0
|
| 64 |
+
h2==4.3.0
|
| 65 |
h5py==3.15.1
|
| 66 |
hf-xet==1.2.0
|
| 67 |
+
hpack==4.1.0
|
| 68 |
httpcore==1.0.9
|
| 69 |
httpx==0.28.1
|
| 70 |
huggingface-hub==0.36.0
|
| 71 |
+
hyperframe==6.1.0
|
| 72 |
idna==3.11
|
| 73 |
importlib_metadata==8.6.1
|
| 74 |
ipython==8.37.0
|
|
|
|
| 155 |
scikit-learn==1.7.2
|
| 156 |
scipy==1.15.3
|
| 157 |
semantic-version==2.10.0
|
| 158 |
+
semanticscholar==0.11.0
|
| 159 |
shellingham==1.5.4
|
| 160 |
six==1.17.0
|
| 161 |
smolagents @ git+https://github.com/huggingface/smolagents.git@9c29c0e00ee86a7eafc0368260ba2500605da09b
|
| 162 |
sniffio==1.3.1
|
| 163 |
+
socksio==1.0.0
|
| 164 |
soupsieve==2.8
|
| 165 |
SQLAlchemy==2.0.44
|
| 166 |
sqlean.py==3.50.4.5
|
| 167 |
stack-data==0.6.3
|
| 168 |
starlette==0.49.3
|
| 169 |
strawberry-graphql==0.270.1
|
| 170 |
+
tenacity==9.1.2
|
| 171 |
tensorboard==2.18.0
|
| 172 |
tensorboard-data-server==0.7.2
|
| 173 |
tensorflow==2.18.0
|
|
|
|
| 190 |
wcwidth==0.2.14
|
| 191 |
websockets==15.0.1
|
| 192 |
Werkzeug==3.1.3
|
| 193 |
+
wikipedia==1.4.0
|
| 194 |
wrapt==1.17.3
|
| 195 |
xxhash==3.6.0
|
| 196 |
yarl==1.22.0
|
| 197 |
+
youtube-transcript-api==1.2.3
|
| 198 |
zipp==3.23.0
|