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

Add another missing schema dep #321

Merged
merged 1 commit into from
Jan 29, 2024
Merged
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
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ install_requires =
# Provide minimum deps for all asdf packages used to generate or read asdf
# files so that we test with these minimums and also generate asdf's with
# them
# Some of these schema dependancies are minimums because we generated asdf
# files with them unpinned so they are now required to read generated asdf
# files.
asdf>=2.11.2 # Pick up jsonschema bug fix
asdf-astropy>=0.2.0
asdf-coordinates-schemas>=0.1.0
asdf-standard>=1.0.3
asdf-transform-schemas>=0.3.0
asdf-unit-schemas>=0.1.0
asdf-wcs-schemas>=0.3.0 # We left this unpinned so we need it for gwcs 1.2.0 now
asdf-wcs-schemas>=0.3.0
astropy>=5.3
dask[array]>=2021.8.0
globus-sdk>=3.0
Expand Down