Skip to content

Commit

Permalink
Moving CI test dependencies to python environments yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-g committed Jan 23, 2019
1 parent fea6e9d commit fc839bc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Scripts/install/linux/conda-linux-cntk-py27-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion Scripts/install/linux/conda-linux-cntk-py35-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion Scripts/install/linux/conda-linux-cntk-py36-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit fc839bc

Please sign in to comment.