mirror of
https://github.com/gryf/coach.git
synced 2026-03-22 18:43:31 +01:00
broaden supported package versions (#50)
* broaden supported package versions. * fix mxnet variants. Also back-out tuple deprecation change introduced in prior commit. * correct CI image deployment on master branch merge.
This commit is contained in:
committed by
Gal Novik
parent
6d40ad1650
commit
fe6857eabd
@@ -1,18 +1,18 @@
|
||||
annoy==1.8.3
|
||||
Pillow==4.3.0
|
||||
matplotlib==2.0.2
|
||||
numpy==1.14.5
|
||||
pandas==0.22.0
|
||||
pygame==1.9.3
|
||||
PyOpenGL==3.1.0
|
||||
scipy==0.19.0
|
||||
scikit-image==0.13.0
|
||||
box2d==2.3.2
|
||||
gym[atari]==0.10.5
|
||||
bokeh==0.13.0
|
||||
futures==3.1.1
|
||||
wxPython==4.0.1
|
||||
kubernetes==8.0.0b1
|
||||
redis==2.10.6
|
||||
minio==4.0.5
|
||||
pytest==3.8.2
|
||||
annoy>=1.8.3
|
||||
Pillow>=4.3.0
|
||||
matplotlib>=2.0.2
|
||||
numpy>=1.14.5
|
||||
pandas>=0.22.0
|
||||
pygame>=1.9.3
|
||||
PyOpenGL>=3.1.0
|
||||
scipy>=0.19.0
|
||||
scikit-image>=0.13.0
|
||||
box2d>=2.3.2
|
||||
gym[atari]>=0.10.5
|
||||
bokeh>=0.13.0
|
||||
futures>=3.1.1
|
||||
wxPython>=4.0.1
|
||||
kubernetes>=8.0.0b1
|
||||
redis>=2.10.6
|
||||
minio>=4.0.5
|
||||
pytest>=3.8.2
|
||||
|
||||
Reference in New Issue
Block a user