Moving CI test dependencies to python environments yml files

This commit is contained in:
Peyman Manikashani 2019-01-22 16:18:07 -08:00
Родитель fea6e9dd47
Коммит fc839bc371
5 изменённых файлов: 16 добавлений и 7 удалений

Просмотреть файл

@ -25,6 +25,7 @@ dependencies:
- setuptools=27.2.0=py27_0
- six=1.10.0=py27_0
- wheel=0.29.0=py27_0
- protobuf=3.6.0
- pip:
- gym[atari]==0.8.1
- keras==2.0.6
@ -35,4 +36,4 @@ dependencies:
- sphinx==1.5.4
- nbsphinx==0.2.14
- twine==1.8.1
- protobuf==3.2.0
- onnx==1.2.2

Просмотреть файл

@ -24,6 +24,7 @@ dependencies:
- setuptools=27.2.0=py35_0
- six=1.10.0=py35_0
- wheel=0.29.0=py35_0
- protobuf=3.6.0
- pip:
- easydict==1.6.0
- gym[atari]==0.8.1
@ -35,5 +36,5 @@ dependencies:
- sphinx==1.5.4
- nbsphinx==0.2.14
- twine==1.8.1
- protobuf==3.2.0
- future==0.16.0
- onnx==1.2.2

Просмотреть файл

@ -24,6 +24,7 @@ dependencies:
- setuptools=27.2.0=py36_0
- six=1.10.0=py36_0
- wheel=0.29.0=py36_0
- protobuf=3.6.0
- pip:
- easydict==1.6.0
- gym[atari]==0.8.1
@ -35,5 +36,5 @@ dependencies:
- sphinx==1.5.4
- nbsphinx==0.2.14
- twine==1.8.1
- protobuf==3.2.0
- future==0.16.0
- onnx==1.2.2

Просмотреть файл

@ -9,7 +9,6 @@ dependencies:
- pyqt=5.6.0=py35ha878b3d_6
- jupyter=1.0.0=py35_3
- matplotlib=2.0.0=np111py35_0
- numpy=1.11.2=py35_0
- pandas=0.19.1=np111py35_0
- pandas-datareader=0.2.1=py35_0
- pandoc=1.19.2.1
@ -36,7 +35,11 @@ dependencies:
- sphinx==1.5.4
- nbsphinx==0.2.14
- twine==1.8.1
- protobuf==3.2.0
- gym==0.5.2
- pydot-ng==1.0.0
- easydict==1.6.0
- protobuf==3.6.0
- numpy==1.15.0
- typing==3.6.6
- typing-extensions==3.6.5
- onnx==1.2.2

Просмотреть файл

@ -9,7 +9,6 @@ dependencies:
- pyqt=5.6.0=py36ha878b3d_6
- jupyter=1.0.0=py36_3
- matplotlib=2.0.0=np111py36_0
- numpy=1.11.2=py36_0
- pandas=0.19.1=np111py36_0
- pandas-datareader=0.2.1=py36_0
- pandoc=1.19.2.1
@ -34,4 +33,8 @@ dependencies:
- sphinx==1.5.4
- nbsphinx==0.2.14
- twine==1.8.1
- protobuf==3.2.0
- protobuf==3.6.0
- numpy==1.15.0
- typing==3.6.6
- typing-extensions==3.6.5
- onnx==1.2.2