feat: adding dependencies used in requirement
This commit is contained in:
parent
32822f1095
commit
4ca70faf14
|
@ -1,9 +1,16 @@
|
||||||
absl-py==2.1.0
|
absl-py==2.1.0
|
||||||
|
asttokens==3.0.0
|
||||||
astunparse==1.6.3
|
astunparse==1.6.3
|
||||||
certifi==2025.1.31
|
certifi==2025.1.31
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
|
click==8.1.8
|
||||||
|
comm==0.2.2
|
||||||
contourpy==1.3.1
|
contourpy==1.3.1
|
||||||
cycler==0.12.1
|
cycler==0.12.1
|
||||||
|
debugpy==1.8.13
|
||||||
|
decorator==5.2.1
|
||||||
|
exceptiongroup==1.2.2
|
||||||
|
executing==2.2.0
|
||||||
flatbuffers==25.2.10
|
flatbuffers==25.2.10
|
||||||
fonttools==4.56.0
|
fonttools==4.56.0
|
||||||
gast==0.6.0
|
gast==0.6.0
|
||||||
|
@ -11,7 +18,12 @@ google-pasta==0.2.0
|
||||||
grpcio==1.71.0
|
grpcio==1.71.0
|
||||||
h5py==3.13.0
|
h5py==3.13.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
|
ipykernel==6.29.5
|
||||||
|
ipython==8.34.0
|
||||||
|
jedi==0.19.2
|
||||||
joblib==1.4.2
|
joblib==1.4.2
|
||||||
|
jupyter_client==8.6.3
|
||||||
|
jupyter_core==5.7.2
|
||||||
keras==3.9.0
|
keras==3.9.0
|
||||||
kiwisolver==1.4.8
|
kiwisolver==1.4.8
|
||||||
libclang==18.1.1
|
libclang==18.1.1
|
||||||
|
@ -19,33 +31,50 @@ Markdown==3.7
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
matplotlib==3.10.1
|
matplotlib==3.10.1
|
||||||
|
matplotlib-inline==0.1.7
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
ml-dtypes==0.4.1
|
ml-dtypes==0.4.1
|
||||||
namex==0.0.8
|
namex==0.0.8
|
||||||
|
nest-asyncio==1.6.0
|
||||||
|
nltk==3.9.1
|
||||||
numpy==2.0.2
|
numpy==2.0.2
|
||||||
opt_einsum==3.4.0
|
opt_einsum==3.4.0
|
||||||
optree==0.14.1
|
optree==0.14.1
|
||||||
packaging==24.2
|
packaging==24.2
|
||||||
pandas==2.2.3
|
pandas==2.2.3
|
||||||
|
parso==0.8.4
|
||||||
|
pexpect==4.9.0
|
||||||
pillow==11.1.0
|
pillow==11.1.0
|
||||||
|
platformdirs==4.3.6
|
||||||
|
prompt_toolkit==3.0.50
|
||||||
protobuf==5.29.3
|
protobuf==5.29.3
|
||||||
|
psutil==7.0.0
|
||||||
|
ptyprocess==0.7.0
|
||||||
|
pure_eval==0.2.3
|
||||||
Pygments==2.19.1
|
Pygments==2.19.1
|
||||||
pyparsing==3.2.1
|
pyparsing==3.2.1
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pytz==2025.1
|
pytz==2025.1
|
||||||
|
pyzmq==26.2.1
|
||||||
|
regex==2024.11.6
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
rich==13.9.4
|
rich==13.9.4
|
||||||
scikit-learn==1.6.1
|
scikit-learn==1.6.1
|
||||||
scipy==1.15.2
|
scipy==1.15.2
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
|
stack-data==0.6.3
|
||||||
tensorboard==2.18.0
|
tensorboard==2.18.0
|
||||||
tensorboard-data-server==0.7.2
|
tensorboard-data-server==0.7.2
|
||||||
tensorflow==2.18.0
|
tensorflow==2.18.0
|
||||||
tensorflow-io-gcs-filesystem==0.37.1
|
tensorflow-io-gcs-filesystem==0.37.1
|
||||||
termcolor==2.5.0
|
termcolor==2.5.0
|
||||||
threadpoolctl==3.5.0
|
threadpoolctl==3.5.0
|
||||||
|
tornado==6.4.2
|
||||||
|
tqdm==4.67.1
|
||||||
|
traitlets==5.14.3
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
tzdata==2025.1
|
tzdata==2025.1
|
||||||
urllib3==2.3.0
|
urllib3==2.3.0
|
||||||
|
wcwidth==0.2.13
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
wrapt==1.17.2
|
wrapt==1.17.2
|
||||||
|
|
Loading…
Reference in New Issue