Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 665421460
  • Loading branch information
laurentes authored and pax authors committed Aug 20, 2024
1 parent 5046217 commit 67ef030
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions paxml/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,27 @@ astunparse==1.6.3
# via tensorflow
async-lru==2.0.4
# via jupyterlab
attrs==23.2.0
attrs==24.2.0
# via
# jsonschema
# lingvo
# referencing
babel==2.15.0
babel==2.16.0
# via
# jupyterlab-server
# t5
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
cachetools==5.4.0
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
# via
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via argon2-cffi-bindings
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -92,7 +92,7 @@ contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
debugpy==1.8.2
debugpy==1.8.5
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -158,7 +158,7 @@ gin-config==0.5.0
# via
# mesh-tensorflow
# t5
google-auth==2.32.0
google-auth==2.34.0
# via
# google-auth-oauthlib
# tensorboard
Expand All @@ -174,7 +174,7 @@ graphviz==0.20.3
# via
# -r paxml-requirements.in
# fiddle
grpcio==1.65.2
grpcio==1.65.5
# via
# tensorboard
# tensorflow
Expand All @@ -186,10 +186,12 @@ httpcore==1.0.5
# via httpx
httpx==0.27.0
# via jupyterlab
huggingface-hub==0.24.5
huggingface-hub==0.24.6
# via
# tokenizers
# transformers
humanize==4.10.0
# via orbax-checkpoint
idna==3.7
# via
# anyio
Expand All @@ -198,7 +200,7 @@ idna==3.7
# requests
immutabledict==4.2.0
# via t5
importlib-resources==6.4.0
importlib-resources==6.4.3
# via etils
ipykernel==6.29.5
# via
Expand Down Expand Up @@ -322,9 +324,9 @@ lingvo==0.12.7
# via
# -r paxml-requirements.in
# -r praxis-requirements.in
lxml==5.2.2
lxml==5.3.0
# via sacrebleu
markdown==3.6
markdown==3.7
# via tensorboard
markdown-it-py==3.0.0
# via rich
Expand All @@ -333,7 +335,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
matplotlib==3.9.1
matplotlib==3.9.2
# via lingvo
matplotlib-inline==0.1.7
# via
Expand Down Expand Up @@ -375,7 +377,7 @@ nest-asyncio==1.6.0
# via
# ipykernel
# orbax-checkpoint
nltk==3.8.1
nltk==3.9.1
# via
# rouge-score
# t5
Expand Down Expand Up @@ -534,7 +536,7 @@ python-json-logger==2.0.7
# via jupyter-events
pytz==2024.1
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via
# flax
# huggingface-hub
Expand All @@ -543,7 +545,7 @@ pyyaml==6.0.1
# ml-collections
# orbax-checkpoint
# transformers
pyzmq==26.0.3
pyzmq==26.1.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -587,15 +589,15 @@ rich==13.7.1
# via flax
rouge-score==0.1.2
# via t5
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
sacrebleu==2.4.2
sacrebleu==2.4.3
# via t5
safetensors==0.4.3
safetensors==0.4.4
# via transformers
scikit-learn==1.5.1
# via
Expand Down Expand Up @@ -640,11 +642,11 @@ sniffio==1.3.1
# via
# anyio
# httpx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
stack-data==0.6.3
# via ipython
sympy==1.13.1
sympy==1.13.2
# via lingvo
t5==0.9.4
# via -r paxml-requirements.in
Expand Down Expand Up @@ -733,7 +735,7 @@ tornado==6.4.1
# jupyterlab
# notebook
# terminado
tqdm==4.66.4
tqdm==4.66.5
# via
# huggingface-hub
# nltk
Expand All @@ -757,7 +759,7 @@ traitlets==5.14.3
# nbconvert
# nbformat
# qtconsole
transformers==4.43.3
transformers==4.44.0
# via t5
typeguard==2.13.3
# via
Expand Down Expand Up @@ -786,7 +788,7 @@ urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==24.6.0
webcolors==24.8.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -796,7 +798,7 @@ websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.3
# via tensorboard
wheel==0.43.0
wheel==0.44.0
# via
# astunparse
# tensorboard
Expand All @@ -808,7 +810,7 @@ wrapt==1.16.0
# tensorflow
# tensorflow-datasets
# tfds-nightly
zipp==3.19.2
zipp==3.20.0
# via etils

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 67ef030

Please sign in to comment.