forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
58 lines (58 loc) · 1.06 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# To set up a development environment using conda run:
#
# conda env create -f environment.yml
# conda activate mpl-dev
# pip install -e .
#
name: mpl-dev
channels:
- conda-forge
dependencies:
- cairocffi
- cycler>=0.10.0
- fonttools>=4.22.0
- kiwisolver>=1.0.1
- numpy>=1.19
- pillow>=6.2
- pygobject
- pyparsing
- pyqt
- python-dateutil>=2.1
- setuptools
- setuptools_scm
- wxpython
# building documentation
- colorspacious
- graphviz
- ipython
- ipywidgets
- numpydoc>=0.8
- packaging
- pydata-sphinx-theme
- sphinx>=1.8.1,!=2.0.0
- sphinx-copybutton
- sphinx-gallery>=0.10
- sphinx-panels
- pip
- pip:
- mpl-sphinx-theme
- sphinxcontrib-svg2pdfconverter
# testing
- coverage
- flake8>=3.8
- flake8-docstrings>=1.4.0
- gtk3
- ipykernel
- nbconvert[execute]!=6.0.0,!=6.0.1
- nbformat!=5.0.0,!=5.0.1
- pandas!=0.25.0
- pikepdf
- pre-commit
- pydocstyle>=5.1.0
- pytest!=4.6.0,!=5.4.0
- pytest-cov
- pytest-rerunfailures
- pytest-timeout
- pytest-xdist
- tornado
- pytz