Updated Requirements.txt

This commit is contained in:
devoalda 2024-02-27 16:01:24 +08:00
parent afb9c4930e
commit b1e79692a1
1 changed files with 31 additions and 0 deletions

View File

@ -1,13 +1,16 @@
absl-py==2.1.0
anyio==4.3.0 anyio==4.3.0
argon2-cffi==23.1.0 argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0 argon2-cffi-bindings==21.2.0
arrow==1.3.0 arrow==1.3.0
asttokens==2.4.1 asttokens==2.4.1
astunparse==1.6.3
async-lru==2.0.4 async-lru==2.0.4
attrs==23.2.0 attrs==23.2.0
Babel==2.14.0 Babel==2.14.0
beautifulsoup4==4.12.3 beautifulsoup4==4.12.3
bleach==6.1.0 bleach==6.1.0
cachetools==5.3.3
certifi==2024.2.2 certifi==2024.2.2
cffi==1.16.0 cffi==1.16.0
charset-normalizer==3.3.2 charset-normalizer==3.3.2
@ -19,9 +22,16 @@ decorator==5.1.1
defusedxml==0.7.1 defusedxml==0.7.1
executing==2.0.1 executing==2.0.1
fastjsonschema==2.19.1 fastjsonschema==2.19.1
flatbuffers==23.5.26
fonttools==4.49.0 fonttools==4.49.0
fqdn==1.5.1 fqdn==1.5.1
gast==0.5.4
google-auth==2.28.1
google-auth-oauthlib==1.2.0
google-pasta==0.2.0
grpcio==1.62.0
h11==0.14.0 h11==0.14.0
h5py==3.10.0
httpcore==1.0.4 httpcore==1.0.4
httpx==0.27.0 httpx==0.27.0
idna==3.6 idna==3.6
@ -48,11 +58,15 @@ jupyterlab==4.1.2
jupyterlab_pygments==0.3.0 jupyterlab_pygments==0.3.0
jupyterlab_server==2.25.3 jupyterlab_server==2.25.3
jupyterlab_widgets==3.0.10 jupyterlab_widgets==3.0.10
keras==2.15.0
kiwisolver==1.4.5 kiwisolver==1.4.5
libclang==16.0.6
Markdown==3.5.2
MarkupSafe==2.1.5 MarkupSafe==2.1.5
matplotlib==3.8.3 matplotlib==3.8.3
matplotlib-inline==0.1.6 matplotlib-inline==0.1.6
mistune==3.0.2 mistune==3.0.2
ml-dtypes==0.2.0
nbclient==0.9.0 nbclient==0.9.0
nbconvert==7.16.1 nbconvert==7.16.1
nbformat==5.9.2 nbformat==5.9.2
@ -60,6 +74,8 @@ nest-asyncio==1.6.0
notebook==7.1.0 notebook==7.1.0
notebook_shim==0.2.4 notebook_shim==0.2.4
numpy==1.26.4 numpy==1.26.4
oauthlib==3.2.2
opt-einsum==3.3.0
overrides==7.7.0 overrides==7.7.0
packaging==23.2 packaging==23.2
pandas==2.2.1 pandas==2.2.1
@ -70,9 +86,12 @@ pillow==10.2.0
platformdirs==4.2.0 platformdirs==4.2.0
prometheus_client==0.20.0 prometheus_client==0.20.0
prompt-toolkit==3.0.43 prompt-toolkit==3.0.43
protobuf==4.25.3
psutil==5.9.8 psutil==5.9.8
ptyprocess==0.7.0 ptyprocess==0.7.0
pure-eval==0.2.2 pure-eval==0.2.2
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
Pygments==2.17.2 Pygments==2.17.2
pyparsing==3.1.1 pyparsing==3.1.1
@ -85,22 +104,32 @@ qtconsole==5.5.1
QtPy==2.4.1 QtPy==2.4.1
referencing==0.33.0 referencing==0.33.0
requests==2.31.0 requests==2.31.0
requests-oauthlib==1.3.1
rfc3339-validator==0.1.4 rfc3339-validator==0.1.4
rfc3986-validator==0.1.1 rfc3986-validator==0.1.1
rpds-py==0.18.0 rpds-py==0.18.0
rsa==4.9
scikit-learn==1.4.1.post1 scikit-learn==1.4.1.post1
scipy==1.12.0 scipy==1.12.0
seaborn==0.13.2
Send2Trash==1.8.2 Send2Trash==1.8.2
six==1.16.0 six==1.16.0
sniffio==1.3.0 sniffio==1.3.0
soupsieve==2.5 soupsieve==2.5
stack-data==0.6.3 stack-data==0.6.3
tensorboard==2.15.2
tensorboard-data-server==0.7.2
tensorflow==2.15.0.post1
tensorflow-estimator==2.15.0
tensorflow-io-gcs-filesystem==0.36.0
termcolor==2.4.0
terminado==0.18.0 terminado==0.18.0
threadpoolctl==3.3.0 threadpoolctl==3.3.0
tinycss2==1.2.1 tinycss2==1.2.1
tornado==6.4 tornado==6.4
traitlets==5.14.1 traitlets==5.14.1
types-python-dateutil==2.8.19.20240106 types-python-dateutil==2.8.19.20240106
typing_extensions==4.10.0
tzdata==2024.1 tzdata==2024.1
uri-template==1.3.0 uri-template==1.3.0
urllib3==2.2.1 urllib3==2.2.1
@ -108,4 +137,6 @@ wcwidth==0.2.13
webcolors==1.13 webcolors==1.13
webencodings==0.5.1 webencodings==0.5.1
websocket-client==1.7.0 websocket-client==1.7.0
Werkzeug==3.0.1
widgetsnbextension==4.0.10 widgetsnbextension==4.0.10
wrapt==1.14.1