Skip to content

Commit

Permalink
Merge pull request #76 from cta-observatory/protozfits2
Browse files Browse the repository at this point in the history
Update protozfitsreader to 2.0
  • Loading branch information
maxnoe authored Mar 4, 2021
2 parents a28809b + 5cdd0cb commit 538b2bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include README.rst
include setup.cfg

exclude ctapipe_io_lst/_dev_version.py
prune ctapipe_io_lst/_dev_version

global-exclude *.pyc *.o
File renamed without changes.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
- h5py
- pip:
- pytest_runner
- https://github.com/cta-sst-1m/protozfitsreader/archive/v1.5.0.tar.gz
- protozfits~=2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
install_requires=[
'astropy~=4.2',
'ctapipe~=0.10.0',
'protozfits @ https://github.com/cta-observatory/protozfitsreader/archive/v1.5.0.tar.gz',
'protozfits~=2.0',
'setuptools_scm',
],
package_data={
Expand Down

0 comments on commit 538b2bc

Please sign in to comment.