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 56d4f69 commit d2f0248Copy full SHA for d2f0248
environment-dev.yml
@@ -0,0 +1,42 @@
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
+ - pytest!=4.6.0,!=5.4.0
29
+ - pytest-cov
30
+ - pytest-rerunfailures
31
+ - pytest-timeout
32
+ - pytest-xdist
33
34
+ - ipykernel
35
+ - nbconvert[execute]
36
+ - nbformat!=5.0.0,!=5.0.1
37
+ - pandas!=0.25.0
38
+ - pytz
39
+ - flake8>=3.7
40
+ - pydocstyle<4.0
41
+ - flake8-docstrings
42
+
0 commit comments