File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,6 @@ install:
3030 - conda env create --quiet --file "%ENV%"
3131 - activate "%ENV_NAME%"
3232 - conda install console_shortcut
33- # Fortran cells.
34- - conda install --channel conda-forge mingwpy
35- - set CFG=%CONDA_PREFIX%\Lib\distutils\distutils.cfg
36- - echo [build] >> "%CFG%"
37- - echo compiler=mingw32 >> "%CFG%"
3833 # DEBUG.
3934 - conda info
4035 - conda list
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ dependencies:
2929 - iris
3030 - jsanimation
3131 - jupyter
32- - jupyter_client
3332 - matplotlib <2
3433 - mpld3
3534 - mplleaflet
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
6- - python=3.5
6+ - python=3.6
77 - libnetcdf=4.4.0
88 - bagit
99 - beautifulsoup4
@@ -29,7 +29,6 @@ dependencies:
2929 - iris
3030 - jsanimation
3131 - jupyter
32- - jupyter_client
3332 - matplotlib <2
3433 - mpld3
3534 - mplleaflet
You can’t perform that action at this time.
0 commit comments