Skip to content

Commit 768e6a3

Browse files
committed
Add conda environment.yml for developers
1 parent 2967365 commit 768e6a3

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

environment-dev.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: mpl-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- cairocffi
6+
- cycler>=0.10.0
7+
- fonttools>=4.22.0
8+
- kiwisolver>=1.0.1
9+
- numpy>=1.17
10+
- pillow>=6.2
11+
- pygobject
12+
- pyparsing
13+
- pyqt
14+
- python-dateutil>=2.1
15+
- setuptools
16+
- setuptools_scm
17+
- wxpython
18+
# building documentation
19+
- colorspacious
20+
- graphviz
21+
- ipython
22+
- ipywidgets
23+
- numpydoc>=0.8
24+
- pydata-sphinx-theme
25+
- scipy
26+
- sphinx>=1.8.1,!=2.0.0
27+
- sphinx-copybutton
28+
- sphinx-gallery>=0.9 # TODO: next release needed for image srcset support
29+
- pip:
30+
- sphinxcontrib-svg2pdfconverter
31+
# testing
32+
- coverage
33+
- flake8>=3.8
34+
- flake8-docstrings>=1.4.0
35+
- gtk3
36+
- ipykernel
37+
- nbconvert[execute]!=6.0.0,!=6.0.1
38+
- nbformat!=5.0.0,!=5.0.1
39+
- pandas!=0.25.0
40+
- pikepdf
41+
- pydocstyle>=5.1.0
42+
- pytest!=4.6.0,!=5.4.0
43+
- pytest-cov
44+
- pytest-rerunfailures
45+
- pytest-timeout
46+
- pytest-xdist
47+
- tornado
48+
- pytz

0 commit comments

Comments
 (0)