浏览代码

temp force 2.0

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

3
ml-agents/setup.py


"Pillow>=4.2.1",
"protobuf>=3.6",
"pyyaml",
"tensorflow>=1.7,<2.1",
# "tensorflow>=1.7,<2.1", # TEMP FOR TRAINING
"tensorflow==2.0.0",
'pypiwin32==223;platform_system=="Windows"',
],
python_requires=">=3.6.1",

4
test_constraints_min_version.txt


numpy==1.13.3
Pillow==4.2.1
protobuf==3.6
tensorflow==1.7
# TEMPORARY
#tensorflow==1.7
tensorflow==2.0.0
正在加载...
取消
保存