File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed
asdf_astropy/resources/manifests Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 7676 Represents the FITS WCS object, the HDUlist of the FITS header is preserved
7777 during serialization and during deserialization the WCS object is recreated
7878 from the HDUlist.
79- - tag_uri : tag:astropy.org:astropy/wcs/highlevelwcswrapper-1.0.0
80- schema_uri : http://astropy.org/schemas/astropy/wcs/highlevelwcswrapper-1.0.0
81- title : Represents an instance of HighLevelWCSWrapper
82- description : |-
83- Wrapper class that can take any astropy.wcs.wcsapi.BaseLowLevelWCS
84- object and expose the high-level WCS API.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies = [
1818 " asdf-coordinates-schemas>=0.4" ,
1919 " asdf-transform-schemas>=0.6" ,
2020 " asdf-standard>=1.1.0" ,
21- " astropy>=6 .0" ,
21+ " astropy>=5.3 .0" ,
2222 " numpy>=1.26" ,
2323 " packaging>=19" ,
2424]
@@ -33,18 +33,14 @@ docs = [
3333 " sphinx-automodapi" ,
3434 " tomli" ,
3535]
36- # test deps which oldestdeps installs oldest versions
37- test-oldest = [
38- " scipy>=1.14.1" , # indirect requirement via astropy, oldest version supported by gwcs
39- " gwcs>=0.22" ,
40- ]
4136test = [
42- " asdf-astropy[test-oldest]" ,
4337 " coverage" ,
4438 " pytest-astropy" ,
4539 " pytest-asdf-plugin" ,
4640 " pytest-lazy-fixtures" ,
4741 " pytest" ,
42+ " gwcs" ,
43+ " scipy" , # indirect requirement via astropy
4844]
4945[project .urls ]
5046'documentation' = ' https://asdf-astropy.readthedocs.io/en/latest/'
Original file line number Diff line number Diff line change @@ -37,8 +37,10 @@ commands_pre=
3737 devdeps: pip install -U --pre -i https://pypi.anaconda.org/liberfa/simple pyerfa
3838 devdeps: pip install -U --pre -i https://pypi.anaconda.org/astropy/simple astropy
3939
40+ # gwcs is incompatible with our oldest deps
41+ oldestdeps: pip uninstall gwcs
4042 # Generate `requiremments-min.txt`
41- oldestdeps: minimum_dependencies asdf-astropy --extras test-oldest -- filename {envtmpdir}/requirements-min.txt
43+ oldestdeps: minimum_dependencies asdf-astropy --filename {envtmpdir}/requirements-min.txt
4244 # Force install everything from `requirements-min.txt`
4345 oldestdeps: pip install -r {envtmpdir}/requirements-min.txt
4446
You can’t perform that action at this time.
0 commit comments