Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tune][dashboard] upgrade tensorboardX to 2.6.0 #36643

Merged
merged 10 commits into from
Jun 22, 2023
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