forked from cta-observatory/ctapipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
46 lines (44 loc) · 719 Bytes
/
environment.yml
File metadata and controls
46 lines (44 loc) · 719 Bytes
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
# A conda environment with all useful package for ctapipe developers
name: cta-dev
channels:
- default
- cta-observatory
dependencies:
- zeromq
- pyzmq>=17 # needed for correct function of notebooks on OSX
- astropy
- bokeh
- cython
- conda-forge::gammapy
- graphviz
- h5py
- iminuit
- ipython
- ipywidgets
- jupyter
- matplotlib
- numba
- numpy>=1.15.4
- numpydoc
- pandas
- pytest
- pytest-cov
- psutil
- scikit-learn
- scipy
- setuptools
- sphinx
- sphinx_rtd_theme
- sphinx-automodapi
- traitlets
- wheel
- xz
- pyyaml
- zlib
- iminuit
- pytables
- tqdm
- conda-forge::nbsphinx
- eventio=0.18
- ctapipe-extra=0.2.17
- pytest-runner