https://github.com/Microsoft/CNTK
Revision 10fb523547304be6c2e24841870eb26c71c9eb53 authored by liqun fu on 14 September 2017, 05:42:12 UTC, committed by liqun fu on 14 September 2017, 05:42:12 UTC
1 parent f27ed0a
Raw File
Tip revision: 10fb523547304be6c2e24841870eb26c71c9eb53 authored by liqun fu on 14 September 2017, 05:42:12 UTC
CSharp iteration note
Tip revision: 10fb523
conda-linux-cntk-py35-environment.yml
name: cntk-py35
channels: !!python/tuple
- defaults
# For imageio:
- conda-forge
dependencies:
- h5py=2.6.0=np111py35_2
- imageio=2.1.1=py35_0
- jupyter=1.0.0=py35_3
- matplotlib=1.5.3=np111py35_0
- numpy=1.11.2=py35_0
- pandas=0.19.1=np111py35_0
- pandas-datareader=0.2.1=py35_0
- pandoc=1.15.0.6
- pillow=3.4.2=py35_0
- pip=8.1.2=py35_0
- python=3.5.2=0
- pyyaml=3.12=py35_0
- scikit-image=0.12.3=np111py35_1
- scikit-learn=0.18.1=np111py35_0
- scipy=0.18.1=np111py35_0
- seaborn=0.7.1=py35_0
- setuptools=27.2.0=py35_0
- six=1.10.0=py35_0
- wheel=0.29.0=py35_0
- pip:
  - gym[atari]==0.8.1
  - keras==2.0.6
  - pydot-ng==1.0.0
  - pygame==1.9.3
  - pytest==3.0.3
  - sphinx-rtd-theme==0.2.4
  - sphinx==1.5.4
  - nbsphinx==0.2.14
  - twine==1.8.1
  - protobuf==3.2.0
back to top