Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +104 -100
requirements.txt
CHANGED
|
@@ -1,124 +1,128 @@
|
|
| 1 |
absl-py==2.1.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
astunparse==1.6.3
|
| 8 |
-
async-
|
| 9 |
attrs==23.2.0
|
| 10 |
-
|
| 11 |
-
|
|
|
|
| 12 |
certifi==2024.2.2
|
|
|
|
| 13 |
charset-normalizer==3.3.2
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
flatbuffers==
|
| 22 |
-
|
| 23 |
-
frozenlist==1.4.1
|
| 24 |
-
fsspec==2024.2.0
|
| 25 |
gast==0.5.4
|
| 26 |
-
gitdb==4.0.11
|
| 27 |
-
GitPython==3.1.41
|
| 28 |
-
google-auth==2.27.0
|
| 29 |
-
google-auth-oauthlib==1.2.0
|
| 30 |
google-pasta==0.2.0
|
| 31 |
-
grpcio==1.
|
| 32 |
h11==0.14.0
|
| 33 |
-
h5py==3.
|
| 34 |
-
httpcore==1.0.
|
| 35 |
-
httpx==0.
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
| 42 |
Jinja2==3.1.3
|
| 43 |
-
|
| 44 |
jsonpointer==2.4
|
| 45 |
jsonschema==4.21.1
|
| 46 |
jsonschema-specifications==2023.12.1
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
markdown-it-py==3.0.0
|
| 55 |
MarkupSafe==2.1.5
|
| 56 |
-
|
| 57 |
mdurl==0.1.2
|
|
|
|
| 58 |
ml-dtypes==0.3.2
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
nest-asyncio==1.6.0
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
openai==0.28.0
|
| 68 |
opt-einsum==3.3.0
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
packaging==
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
|
|
|
| 82 |
Pygments==2.17.2
|
| 83 |
-
python-dateutil==2.
|
| 84 |
-
python-
|
| 85 |
-
pytz==2024.1
|
| 86 |
PyYAML==6.0.1
|
| 87 |
-
|
| 88 |
-
|
|
|
|
|
|
|
| 89 |
requests==2.31.0
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
scipy==1.12.0
|
| 96 |
six==1.16.0
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
|
|
|
| 103 |
termcolor==2.4.0
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
torch==2.2.0
|
| 108 |
tornado==6.4
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
Werkzeug==3.0.
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
zipp==3.
|
| 122 |
-
scikit-learn==1.3.2
|
| 123 |
-
xgboost==1.5.0
|
| 124 |
-
tensorflow==2.13.0
|
|
|
|
| 1 |
absl-py==2.1.0
|
| 2 |
+
anyio==4.3.0
|
| 3 |
+
appnope==0.1.4
|
| 4 |
+
argon2-cffi==23.1.0
|
| 5 |
+
argon2-cffi-bindings==21.2.0
|
| 6 |
+
arrow==1.3.0
|
| 7 |
+
asttokens==2.4.1
|
| 8 |
astunparse==1.6.3
|
| 9 |
+
async-lru==2.0.4
|
| 10 |
attrs==23.2.0
|
| 11 |
+
Babel==2.14.0
|
| 12 |
+
beautifulsoup4==4.12.3
|
| 13 |
+
bleach==6.1.0
|
| 14 |
certifi==2024.2.2
|
| 15 |
+
cffi==1.16.0
|
| 16 |
charset-normalizer==3.3.2
|
| 17 |
+
comm==0.2.2
|
| 18 |
+
debugpy==1.8.1
|
| 19 |
+
decorator==5.1.1
|
| 20 |
+
defusedxml==0.7.1
|
| 21 |
+
exceptiongroup==1.2.1
|
| 22 |
+
executing==2.0.1
|
| 23 |
+
fastjsonschema==2.19.1
|
| 24 |
+
flatbuffers==24.3.25
|
| 25 |
+
fqdn==1.5.1
|
|
|
|
|
|
|
| 26 |
gast==0.5.4
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
google-pasta==0.2.0
|
| 28 |
+
grpcio==1.62.2
|
| 29 |
h11==0.14.0
|
| 30 |
+
h5py==3.11.0
|
| 31 |
+
httpcore==1.0.5
|
| 32 |
+
httpx==0.27.0
|
| 33 |
+
idna==3.7
|
| 34 |
+
importlib_metadata==7.1.0
|
| 35 |
+
ipykernel==6.29.4
|
| 36 |
+
ipython==8.18.1
|
| 37 |
+
ipywidgets==8.1.2
|
| 38 |
+
isoduration==20.11.0
|
| 39 |
+
jedi==0.19.1
|
| 40 |
Jinja2==3.1.3
|
| 41 |
+
json5==0.9.25
|
| 42 |
jsonpointer==2.4
|
| 43 |
jsonschema==4.21.1
|
| 44 |
jsonschema-specifications==2023.12.1
|
| 45 |
+
jupyter==1.0.0
|
| 46 |
+
jupyter-console==6.6.3
|
| 47 |
+
jupyter-events==0.10.0
|
| 48 |
+
jupyter-lsp==2.2.5
|
| 49 |
+
jupyter_client==8.6.1
|
| 50 |
+
jupyter_core==5.7.2
|
| 51 |
+
jupyter_server==2.14.0
|
| 52 |
+
jupyter_server_terminals==0.5.3
|
| 53 |
+
jupyterlab==4.1.6
|
| 54 |
+
jupyterlab_pygments==0.3.0
|
| 55 |
+
jupyterlab_server==2.26.0
|
| 56 |
+
jupyterlab_widgets==3.0.10
|
| 57 |
+
keras==3.2.1
|
| 58 |
+
libclang==18.1.1
|
| 59 |
+
Markdown==3.6
|
| 60 |
markdown-it-py==3.0.0
|
| 61 |
MarkupSafe==2.1.5
|
| 62 |
+
matplotlib-inline==0.1.7
|
| 63 |
mdurl==0.1.2
|
| 64 |
+
mistune==3.0.2
|
| 65 |
ml-dtypes==0.3.2
|
| 66 |
+
namex==0.0.8
|
| 67 |
+
nbclient==0.10.0
|
| 68 |
+
nbconvert==7.16.3
|
| 69 |
+
nbformat==5.10.4
|
| 70 |
nest-asyncio==1.6.0
|
| 71 |
+
notebook==7.1.3
|
| 72 |
+
notebook_shim==0.2.4
|
| 73 |
+
numpy==1.26.4
|
|
|
|
| 74 |
opt-einsum==3.3.0
|
| 75 |
+
optree==0.11.0
|
| 76 |
+
overrides==7.7.0
|
| 77 |
+
packaging==24.0
|
| 78 |
+
pandocfilters==1.5.1
|
| 79 |
+
parso==0.8.4
|
| 80 |
+
pexpect==4.9.0
|
| 81 |
+
platformdirs==4.2.0
|
| 82 |
+
prometheus_client==0.20.0
|
| 83 |
+
prompt-toolkit==3.0.43
|
| 84 |
+
protobuf==4.25.3
|
| 85 |
+
psutil==5.9.8
|
| 86 |
+
ptyprocess==0.7.0
|
| 87 |
+
pure-eval==0.2.2
|
| 88 |
+
pycparser==2.22
|
| 89 |
Pygments==2.17.2
|
| 90 |
+
python-dateutil==2.9.0.post0
|
| 91 |
+
python-json-logger==2.0.7
|
|
|
|
| 92 |
PyYAML==6.0.1
|
| 93 |
+
pyzmq==26.0.2
|
| 94 |
+
qtconsole==5.5.1
|
| 95 |
+
QtPy==2.4.1
|
| 96 |
+
referencing==0.34.0
|
| 97 |
requests==2.31.0
|
| 98 |
+
rfc3339-validator==0.1.4
|
| 99 |
+
rfc3986-validator==0.1.1
|
| 100 |
+
rich==13.7.1
|
| 101 |
+
rpds-py==0.18.0
|
| 102 |
+
Send2Trash==1.8.3
|
|
|
|
| 103 |
six==1.16.0
|
| 104 |
+
sniffio==1.3.1
|
| 105 |
+
soupsieve==2.5
|
| 106 |
+
stack-data==0.6.3
|
| 107 |
+
tensorboard==2.16.2
|
| 108 |
+
tensorboard-data-server==0.7.2
|
| 109 |
+
tensorflow==2.16.1
|
| 110 |
+
tensorflow-io-gcs-filesystem==0.36.0
|
| 111 |
termcolor==2.4.0
|
| 112 |
+
terminado==0.18.1
|
| 113 |
+
tinycss2==1.2.1
|
| 114 |
+
tomli==2.0.1
|
|
|
|
| 115 |
tornado==6.4
|
| 116 |
+
traitlets==5.14.3
|
| 117 |
+
types-python-dateutil==2.9.0.20240316
|
| 118 |
+
typing_extensions==4.11.0
|
| 119 |
+
uri-template==1.3.0
|
| 120 |
+
urllib3==2.2.1
|
| 121 |
+
wcwidth==0.2.13
|
| 122 |
+
webcolors==1.13
|
| 123 |
+
webencodings==0.5.1
|
| 124 |
+
websocket-client==1.7.0
|
| 125 |
+
Werkzeug==3.0.2
|
| 126 |
+
widgetsnbextension==4.0.10
|
| 127 |
+
wrapt==1.16.0
|
| 128 |
+
zipp==3.18.1
|
|
|
|
|
|
|
|
|