Skip to content

Commit

Permalink
Merge pull request #77 from cta-observatory/env
Browse files Browse the repository at this point in the history
Update environment.yml and setup.py to lstchain 0.8.3
  • Loading branch information
morcuended authored Jan 12, 2022
2 parents 2db658a + 0552960 commit 4884ff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: osa-dev
channels:
- default
- cta-observatory
- conda-forge
- default
dependencies:
# core dependencies
- python=3.8
- numpy=1.21
- pip
- astropy~=4.2
- ctapipe~=0.11
- protozfits=2.0
- matplotlib>=3.5
- prov
- pyyaml
- pydot
Expand All @@ -30,7 +32,9 @@ dependencies:
- sphinx-argparse
- sphinx-autoapi
- pip:
- lstchain~=0.8.2
- lstchain~=0.8.3
- pytest_runner
- pytest-ordering
- ctapipe_io_lst~=0.13.2
- ctaplot~=0.5.5
- pyirf~=0.5.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
extras_require=extras_require,
install_requires=[
"astropy~=4.2",
"lstchain~=0.8.2",
"lstchain~=0.8.3",
"matplotlib>=3.5",
"numpy",
"numpy<1.22.0a0",
"pandas",
"pyyaml",
"prov",
Expand Down

0 comments on commit 4884ff4

Please sign in to comment.