Skip to content

Commit

Permalink
Use conda packages instead of pip (#989)
Browse files Browse the repository at this point in the history
* removed PIP installs, and use conda instead

* updated all env files

* added back pyhessio, needed for tests

* Add missing imports for event sources (#991)

* Pass allowed_tels to simtel event source (#987)

* removed PIP installs, and use conda instead

* updated all env files

* added back pyhessio, needed for tests

* removed pyhessio from environment.yml (users don't need it, just tests)
  • Loading branch information
kosack authored Mar 8, 2019
1 parent 1f30bc0 commit 13efd83
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ dependencies:
- pytables
- tqdm
- conda-forge::nbsphinx
- pip:
- pytest_runner
- eventio==0.17.1
- https://github.com/cta-observatory/ctapipe-extra/archive/v0.2.17.tar.gz
- eventio=0.17.1
- ctapipe-extra=0.2.17
- pytest-runner


9 changes: 4 additions & 5 deletions py3.6_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ dependencies:
- pytables
- tqdm
- conda-forge::nbsphinx
- pip:
- pytest_runner
- eventio==0.17.1
- https://github.com/cta-observatory/pyhessio/archive/v2.1.1.tar.gz
- https://github.com/cta-observatory/ctapipe-extra/archive/v0.2.17.tar.gz
- eventio=0.17.1
- pytest-runner
- ctapipe-extra=0.2.17
- pyhessio=2.1
9 changes: 4 additions & 5 deletions py3.7_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ dependencies:
- pytables
- tqdm
- conda-forge::nbsphinx
- pip:
- pytest_runner
- eventio==0.17.1
- https://github.com/cta-observatory/pyhessio/archive/v2.1.1.tar.gz
- https://github.com/cta-observatory/ctapipe-extra/archive/v0.2.17.tar.gz
- eventio=0.17.1
- pytest-runner
- ctapipe-extra=0.2.17
- pyhessio=2.1

0 comments on commit 13efd83

Please sign in to comment.