Skip to content

Commit

Permalink
Missed the coordinate-schemas min
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 29, 2024
1 parent 7f62e30 commit 510cac7
Showing 1 changed file with 5 additions and 1 deletion.
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.2.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

0 comments on commit 510cac7

Please sign in to comment.