-
Notifications
You must be signed in to change notification settings - Fork 13
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
No longer test against casatools and casatasks #66
Conversation
…w depends on casa-formats-io by default
Codecov Report
@@ Coverage Diff @@
## main #66 +/- ##
==========================================
+ Coverage 96.13% 96.48% +0.34%
==========================================
Files 15 15
Lines 1139 1137 -2
==========================================
+ Hits 1095 1097 +2
+ Misses 44 40 -4
Continue to review full report at Codecov.
|
Has the interface/format changed from casatools to casa-formats-io?
|
Ah, it's |
setup_requires = | ||
setuptools_scm | ||
install_requires = | ||
astropy>=4.0 | ||
glue-core>=1.0 | ||
regions>=0.4 | ||
specutils>=0.7 | ||
spectral-cube>=0.5.0 | ||
spectral-cube>=0.6.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't like this. See #62
@astrofrog , @dhomeier , see astrofrog#1 (PR to this PR) |
... since spectral-cube now depends on casa-formats-io by default
Fixes #65