Skip to content

Commit c587fed

Browse files
author
Thiago Crepaldi
committed
Fix python 3.6 env and add 3.7
1 parent c7bc93f commit c587fed

4 files changed

+82
-2
lines changed

Scripts/install/linux/conda-linux-cntk-py36-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- pandoc=1.15.0.6
1616
- pillow=4.0.0=py36_0
1717
- pip=9.0.1=py36_1
18-
- python=3.6.0=0
18+
- python=3.6
1919
- pyyaml=3.12=py36_0
2020
- scikit-image=0.12.3=np111py36_1
2121
- scikit-learn=0.18.1=np111py36_0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: cntk-py37
2+
channels: !!python/tuple
3+
- defaults
4+
# For imageio:
5+
- conda-forge
6+
dependencies:
7+
- h5py=2.6.0=np111py37_2
8+
- imageio=2.2.0=py37_0
9+
- jupyter=1.0.0=py37_3
10+
- matplotlib=2.0.0=np111py37_0
11+
- numpy=1.11.2=py37_0
12+
- opencv=3.1.0=np111py37_1
13+
- pandas=0.19.1=np111py37_0
14+
- pandas-datareader=0.2.1=py37_0
15+
- pandoc=1.15.0.6
16+
- pillow=4.0.0=py37_0
17+
- pip=9.0.1=py37_1
18+
- python=3.7
19+
- pyyaml=3.12=py37_0
20+
- scikit-image=0.12.3=np111py37_1
21+
- scikit-learn=0.18.1=np111py37_0
22+
- scipy=0.18.1=np111py37_0
23+
- seaborn=0.7.1=py37_0
24+
- setuptools=27.2.0=py37_0
25+
- six=1.10.0=py37_0
26+
- wheel=0.29.0=py37_0
27+
- protobuf=3.6.1
28+
- pip:
29+
- easydict==1.6.0
30+
- gym[atari]==0.8.1
31+
- keras==2.0.6
32+
- pydot-ng==1.0.0
33+
- pygame==1.9.3
34+
- pytest==3.0.3
35+
- sphinx-rtd-theme==0.2.4
36+
- sphinx==1.5.4
37+
- nbsphinx==0.2.14
38+
- twine==1.8.1
39+
- future==0.16.0
40+
- onnx==1.2.2

Scripts/install/windows/conda-windows-cntk-py36-environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pandoc=1.19.2.1
1515
- pillow=4.0.0=py36_0
1616
- pip=9.0.1=py36_1
17-
- python=3.6.0=0
17+
- python=3.6
1818
- pyyaml=3.12=py36_0
1919
- scikit-image=0.12.3=np111py36_1
2020
- scikit-learn=0.18.1=np111py36_0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: cntk-py37
2+
channels:
3+
- defaults
4+
# For imageio:
5+
- conda-forge
6+
dependencies:
7+
- h5py=2.6.0=np111py37_2
8+
- imageio=2.2.0=py37_0
9+
- pyqt=5.6.0=py37ha878b3d_6
10+
- jupyter=1.0.0=py37_3
11+
- matplotlib=2.0.0=np111py37_0
12+
- pandas=0.19.1=np111py37_0
13+
- pandas-datareader=0.2.1=py37_0
14+
- pandoc=1.19.2.1
15+
- pillow=4.0.0=py37_0
16+
- pip=9.0.1=py37_1
17+
- python=3.7
18+
- pyyaml=3.12=py37_0
19+
- scikit-image=0.12.3=np111py37_1
20+
- scikit-learn=0.18.1=np111py37_0
21+
- scipy=0.18.1=np111py37_0
22+
- seaborn=0.7.1=py37_0
23+
- setuptools=27.2.0=py37_1
24+
- six=1.10.0=py37_0
25+
- wheel=0.29.0=py37_0
26+
- pip:
27+
- gym==0.5.2
28+
- keras==2.0.6
29+
- pydot-ng==1.0.0
30+
- pygame==1.9.3
31+
- pytest==3.0.3
32+
- sphinx-rtd-theme==0.2.4
33+
- sphinx==1.5.4
34+
- nbsphinx==0.2.14
35+
- twine==1.8.1
36+
- protobuf==3.6.0
37+
- numpy==1.15.0
38+
- typing==3.6.6
39+
- typing-extensions==3.6.5
40+
- onnx==1.2.2

0 commit comments

Comments
 (0)