We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e6d33 commit bc4050bCopy full SHA for bc4050b
ml-agents/setup.py
@@ -74,7 +74,7 @@ def run(self):
74
# cattrs 1.1.0 dropped support for python 3.6, but 1.0.0 doesn't work for python 3.9
75
# Since there's no version that supports both, we have to draw the line somwehere.
76
"cattrs<1.1.0; python_version<'3.8'",
77
- "cattrs>=1.1.0; python_version>='3.8'",
+ "cattrs>=1.1.0,<1.7; python_version>='3.8'",
78
"attrs>=19.3.0",
79
'pypiwin32==223;platform_system=="Windows"',
80
"importlib_metadata; python_version<'3.8'",
0 commit comments