浏览代码

add six requirement (#3851) (#3855)

/release_1_branch
GitHub 4 年前
当前提交
b5dbed50
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      ml-agents/setup.py

3
ml-agents/setup.py


"pyyaml",
"tensorflow>=1.7,<3.0",
'pypiwin32==223;platform_system=="Windows"',
# We don't actually need six, but tensorflow does, and pip seems
# to get confused and install the wrong version.
"six>=1.12.0",
],
python_requires=">=3.6.1",
entry_points={

正在加载...
取消
保存