浏览代码

undo hacks

/develop-gpu-test
Chris Elion 5 年前
当前提交
89ad0106
共有 2 个文件被更改,包括 3 次插入5 次删除
  1. 6
      ml-agents/setup.py
  2. 2
      test_constraints_min_version.txt

6
ml-agents/setup.py


"jupyter",
"matplotlib",
"mlagents_envs=={}".format(VERSION),
# "numpy>=1.13.3,<2.0",
"numpy>=1.16.0,<2.0", # TEMP FOR TRAINING
"numpy>=1.13.3,<2.0",
# "tensorflow>=1.7,<2.1", # TEMP FOR TRAINING
"tensorflow==2.0.0",
"tensorflow>=1.7,<2.1",
'pypiwin32==223;platform_system=="Windows"',
],
python_requires=">=3.6.1",

2
test_constraints_min_version.txt


# pip constraints to use the *lowest* versions allowed in ml-agents/setup.py
grpcio==1.11.0
numpy==1.16.0 # TEMP
numpy==1.13.3
Pillow==4.2.1
protobuf==3.6
tensorflow==1.7
正在加载...
取消
保存