8000 Add conda environment.yml for developers · matplotlib/matplotlib@473d598 · GitHub
[go: up one dir, main page]

Skip to content

Commit 473d598

Browse files
committed
Add conda environment.yml for developers
1 parent 47a15d9 commit 473d598

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

environment-dev.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: mpl-dev
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- numpy>=1.15
6+
- setuptools
7+
- cycler>=0.10.0
8+
- python-dateutil>=2.1
9+
- kiwisolver>=1.0.0
10+
- pillow>=6.2
11+
- pyparsing
12+
- pyqt
13+
- pygobject
14+
- wxpython
15+
- cairocffi
16+
- tornado
17+
# building documentation
18+
- sphinx>=1.8.1,!=2.0.0
19+
- colorspacious
20+
- ipython
21+
- ipywidgets
22+
- numpydoc>=0.8
23+
- sphinx-gallery>=0.5
24+
- sphinx-copybutton
25+
# testing
26+
- coverage
27+
- pytest!=4.6.0,!=5.4.0
28+
- pytest-cov
29+
- pytest-rerunfailures
30+
- pytest-timeout
31+
- pytest-xdist
32+
- tornado
33+
- ipykernel
34+
- nbconvert[execute]
35+
- nbformat!=5.0.0,!=5.0.1
36+
- pandas!=0.25.0
37+
- pytz
38+
- flake8>=3.7
39+
- pydocstyle<4.0
40+
- flake8-docstrings
41+

0 commit comments

Comments
 (0)
0