Skip to content

Commit

Permalink
Revert tensorboard version.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 2, 2023
1 parent 1fcf380 commit 44d80de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run(self):
# https://github.com/pytorch/pytorch/issues/50014
"torch>=1.8.0,<=1.11.0;(platform_system!='Windows' and python_version>='3.9')",
"torch>=1.6.0,<1.9.0;(platform_system!='Windows' and python_version<'3.9')",
"tensorboard>=2.14",
"tensorboard>=1.15",
# cattrs 1.1.0 dropped support for python 3.6, but 1.0.0 doesn't work for python 3.9
# Since there's no version that supports both, we have to draw the line somwehere.
"cattrs<1.1.0; python_version<'3.8'",
Expand All @@ -80,7 +80,7 @@ def run(self):
'pypiwin32==223;platform_system=="Windows"',
"importlib_metadata==4.4; python_version<'3.8'",
],
python_requires=">=3.8.13,<=3.10.13",
python_requires=">=3.8.13,<=3.10.12",
entry_points={
"console_scripts": [
"mlagents-learn=mlagents.trainers.learn:main",
Expand Down

0 comments on commit 44d80de

Please sign in to comment.