浏览代码

Cap cattrs version for now(#5397)

/colab-links
GitHub 3 年前
当前提交
b3d64f15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/setup.py

2
ml-agents/setup.py


# 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'",

正在加载...
取消
保存