浏览代码

numpy bump

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

3
ml-agents/setup.py


"jupyter",
"matplotlib",
"mlagents_envs=={}".format(VERSION),
"numpy>=1.13.3,<2.0",
# "numpy>=1.13.3,<2.0",
"numpy>=1.16.0,<2.0", # TEMP FOR TRAINING
"Pillow>=4.2.1",
"protobuf>=3.6",
"pyyaml",

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.13.3
numpy==1.16.0 # TEMP
Pillow==4.2.1
protobuf==3.6
# TEMPORARY
正在加载...
取消
保存