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

Skip to content

Commit 97ad232

Browse files
committed
Add conda environment.yml for developers
1 parent 47a15d9 commit 97ad232

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

environment-dev.yml

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

0 commit comments

Comments
 (0)