Skip to content

Commit

Permalink
Cap cattrs version for now(#5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongruoping authored and maryamhonari committed Nov 2, 2021
1 parent 512d038 commit 97e58f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def run(self):
# 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'",
"cattrs>=1.1.0; python_version>='3.8'",
"cattrs>=1.1.0,<1.7; python_version>='3.8'",
"attrs>=19.3.0",
'pypiwin32==223;platform_system=="Windows"',
"importlib_metadata; python_version<'3.8'",
Expand Down

0 comments on commit 97e58f6

Please sign in to comment.