8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a15d9 commit 473d598Copy full SHA for 473d598
environment-dev.yml
@@ -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
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