##// END OF EJS Templates
try to fix enyml
Matthias Bussonnier -
Show More
@@ -1,13 +1,17 b''
1 name: ipython_docs
1 name: ipython_docs
2 channels:
3 - conda-forge
4 - defaults
2 dependencies:
5 dependencies:
3 - python=3.8
6 - python=3.8
4 - setuptools>=18.5
7 - setuptools>=18.5
5 - sphinx>=4.2
8 - sphinx>=4.2
6 - sphinx_rtd_theme>=1.0
9 - sphinx_rtd_theme>=1.0
7 - numpy
10 - numpy
8 - testpath
11 - nose
9 - matplotlib
12 - testpath
10 - pip:
13 - matplotlib
14 - pip:
11 - docrepr
15 - docrepr
12 - prompt_toolkit
16 - prompt_toolkit
13 - ipykernel
17 - ipykernel
General Comments 0
You need to be logged in to leave comments. Login now