Skip to content

Commit bc4050b

Browse files
author
Ruo-Ping Dong
authored
Cap cattrs version for now(#5397)
1 parent 56e6d33 commit bc4050b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-agents/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474
# cattrs 1.1.0 dropped support for python 3.6, but 1.0.0 doesn't work for python 3.9
7575
# Since there's no version that supports both, we have to draw the line somwehere.
7676
"cattrs<1.1.0; python_version<'3.8'",
77-
"cattrs>=1.1.0; python_version>='3.8'",
77+
"cattrs>=1.1.0,<1.7; python_version>='3.8'",
7878
"attrs>=19.3.0",
7979
'pypiwin32==223;platform_system=="Windows"',
8080
"importlib_metadata; python_version<'3.8'",

0 commit comments

Comments
 (0)