forked from gammapy/gammapy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment-dev.yml
55 lines (52 loc) · 860 Bytes
/
environment-dev.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
# Conda environment for Gammapy development
#
# Install: conda env create -f environment-dev.yml
# Update: conda env update -f environment-dev.yml
# Activate: conda activate gammapy-dev
# Deactivate: conda deactivate
name: gammapy-dev
channels:
- conda-forge
- sherpa
dependencies:
- python==3.7
- pip
- ipython
- jupyter
- jupyterlab
- cython
- numpy
- pandas
- astropy
- regions
- click
- pyyaml
- scipy
- matplotlib
- uncertainties
- healpy
- reproject
- sherpa
- iminuit
- pytest
- pytest-cov
- pytest-xdist
- sphinx
- pandoc
- pylint
- flake8
- pip:
- setuptools-scm
- sphinx-astropy
- sphinx-rtd-theme
- nbsphinx
- sphinx-click
- pydocstyle
- black
- isort
- naima
- numdifftools
- pytest-astropy
- twine
- parfive
- jsonschema