Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
new casacore based table reads
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed May 15, 2021
1 parent 4dd8ad7 commit 845c5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ sphinx-rtd-theme==0.5.0
recommonmark==0.6.0
pypandoc==1.5
Sphinx==3.5.4
python-casacore==3.4.0
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cngi_prototype',
version='0.0.86',
version='0.0.87',
description='CASA Next Generation Infrastructure Prototype',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -30,7 +30,8 @@
'zarr>=2.3.2',
'fsspec>=0.6.2',
'gdown>=3.12.2',
'ipympl>=0.7.0'],
'ipympl>=0.7.0',
'python-casacore>=3.4.0'],
extras_require={
'dev': [
'pytest>=5.3.5',
Expand Down

0 comments on commit 845c5d7

Please sign in to comment.