Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0064fb4

Browse files
committed
Add conda environment.yml for developers
1 parent af7beaa commit 0064fb4

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

environment-dev.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.7
24+
- sphinx-copybutton
25+
- graphviz
26+
# testing
27+
- coverage
28+
# temporarily pin pytest<5.4 because the latest pytest-rerunfailures on
29+
# conda-forge is 8.0 and does not work with pytest 5.4. Remove once
30+
# pytest-rerunfailures 9.0 is on conda-forge.
31+
- pytest!=4.6.0,!=5.4.0,<5.4
32+
- pytest-cov
33+
- pytest-rerunfailures
34+
- pytest-timeout
35+
- pytest-xdist
36+
- tornado
37+
- ipykernel
38+
- nbconvert[execute]
39+
- nbformat!=5.0.0,!=5.0.1
40+
- pandas!=0.25.0
41+
- pytz
42+
- flake8>=3.7
43+
- pydocstyle<4.0
44+
- flake8-docstrings
45+

0 commit comments

Comments
 (0)