8 строки
313 B
Plaintext
8 строки
313 B
Plaintext
# pip constraints to use the *highest* versions allowed in ml-agents/setup.py
|
|
# with the exception of tensorflow, which is constrained to <2
|
|
# For projects with upper bounds, we should periodically update this list to the latest release version
|
|
grpcio>=1.23.0
|
|
numpy>=1.17.2
|
|
tensorflow>=1.15.2,<2.0.0
|
|
h5py>=2.10.0
|