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