##// END OF EJS Templates
Fix error message: IPython 8.13+ needs Python 3.9+ (#14063)...
Fix error message: IPython 8.13+ needs Python 3.9+ (#14063) Minor typo in the error message

File last commit:

r28079:1d72045a
r28283:581a6990 merge
Show More
environment.yml
19 lines | 273 B | text/x-yaml | YamlLexer
name: ipython_docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- setuptools
- sphinx>=4.2
- sphinx_rtd_theme
- numpy
- testpath
- matplotlib
- pip
- pip:
- docrepr
- prompt_toolkit
- ipykernel
- stack_data
- -e ..