Skip to content

Commit

Permalink
[tune][dashboard] upgrade tensorboardX to 2.6.0 (#36643)
Browse files Browse the repository at this point in the history
which unpins protobuf and uses protobuf>=4

fixes #36658

---------

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Jun 22, 2023
1 parent c89f312 commit 352ec44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ scikit-image
prometheus_client>=0.7.1
requests
pandas
tensorboardX>=1.9
tensorboardX<=2.6.0,>=1.9 # >=2.6.1 uses protobuf>=4, and conflicts with other packages.
gymnasium==0.26.3
grpcio<=1.50.0,>=1.42.0 # ray client
aiohttp>=3.7
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/ml/requirements_train.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

mlflow==1.30.0; python_version <= '3.7'
mlflow==2.4.1; python_version > '3.7'
tensorboardX==2.4.1
tensorboardX==2.6.0

# Dependencies for Hugging Face examples & tests:
# `python/ray/train/examples/transformers/transformers_example.py`
Expand Down
2 changes: 1 addition & 1 deletion python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ importlib-metadata==4.10.0

# Some packages have downstream dependencies that we have to specify here to resolve conflicts.
# Feel free to add (or remove!) packages here liberally.
tensorboardX==2.4.1
tensorboardX==2.6.0
starlette==0.17.1
h11==0.12.0
markdown-it-py==1.1.0
Expand Down

0 comments on commit 352ec44

Please sign in to comment.