Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up environment.yml #932

Merged
merged 2 commits into from
Jan 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# A conda environment with all useful package for ctapipe developers
name: cta-dev
channels:
- default
- cta-observatory
- conda-forge
dependencies:
- ctapipe-extra=0.2.16
- zeromq
- pyzmq>=17 # needed for correct function of notebooks on OSX
- astropy
- bokeh
- cython
- gammapy
- conda-forge::gammapy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. I did not know this was possible

- graphviz
- h5py
- iminuit
Expand All @@ -21,14 +22,13 @@ dependencies:
- numpy>=1.15.4
- numpydoc
- pandas
- pyhessio
- pytest
- pytest-cov
- psutil
- scikit-learn
- scipy
- setuptools
- sphinx=1.7
- sphinx
- sphinx_rtd_theme
- sphinx-automodapi
- traitlets
Expand All @@ -42,4 +42,4 @@ dependencies:
- pip:
- pytest_runner
- eventio==0.11.0
- https://github.com/cta-observatory/ctapipe-extra/archive/v0.2.16.tar.gz

7 changes: 3 additions & 4 deletions py3.6_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: cta-dev
channels:
- default
- cta-observatory
- conda-forge
dependencies:
- ctapipe-extra=0.2.16
- python=3.6 # nail the python version, so conda does not try upgrading / dowgrading
- zeromq
- pyzmq>=17 # needed for correct function of notebooks on OSX
- astropy
- bokeh
- cython
- gammapy
- conda-forge::gammapy
- graphviz
- h5py
- iminuit
Expand All @@ -28,7 +28,7 @@ dependencies:
- scikit-learn
- scipy
- setuptools
- sphinx=1.7
- sphinx
- sphinx_rtd_theme
- sphinx-automodapi
- traitlets
Expand All @@ -42,5 +42,4 @@ dependencies:
- pip:
- pytest_runner
- eventio==0.11.0
- https://github.com/cta-observatory/ctapipe-extra/archive/v0.2.16.tar.gz
- https://github.com/cta-observatory/pyhessio/archive/v2.1.1.tar.gz
7 changes: 3 additions & 4 deletions py3.7_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: cta-dev
channels:
- default
- cta-observatory
- conda-forge
dependencies:
- ctapipe-extra=0.2.16
- python=3.7
- zeromq
- pyzmq>=17 # needed for correct function of notebooks on OSX
- astropy
- bokeh
- cython
- gammapy
- conda-forge::gammapy
- graphviz
- h5py
- iminuit
Expand All @@ -28,7 +28,7 @@ dependencies:
- scikit-learn
- scipy
- setuptools
- sphinx=1.7
- sphinx
- sphinx_rtd_theme
- sphinx-automodapi
- traitlets
Expand All @@ -42,5 +42,4 @@ dependencies:
- pip:
- pytest_runner
- eventio==0.11.0
- https://github.com/cta-observatory/ctapipe-extra/archive/v0.2.16.tar.gz
- https://github.com/cta-observatory/pyhessio/archive/v2.1.1.tar.gz