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

Bump io #911

Merged
merged 2 commits into from
Feb 10, 2022
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ are unit tested and should be working as long as the build status is passing.
### As user

```
LSTCHAIN_VER=0.9.0 (or the version you want to install - usually the latest release)
LSTCHAIN_VER=0.9.2 (or the version you want to install - usually the latest release)
wget https://raw.githubusercontent.com/cta-observatory/cta-lstchain/v$LSTCHAIN_VER/environment.yml
conda env create -n lst -f environment.yml
conda activate lst
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
- pymongo
- seaborn
- pip:
- ctapipe_io_lst~=0.15.0
- ctapipe_io_lst~=0.15.1
- ctaplot~=0.5.5
- pyirf~=0.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def find_scripts(script_dir, prefix):
'astropy~=4.2',
'bokeh~=1.0',
'ctapipe~=0.12.0',
'ctapipe_io_lst~=0.15.0',
'ctapipe_io_lst~=0.15.1',
'ctaplot~=0.5.5',
'eventio>=1.5.1,<2.0.0a0', # at least 1.1.1, but not 2
'gammapy~=0.19.0',
Expand Down