From a91efcbb20d4f33e5b47244cfab46d4de4b8607a Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 29 Jan 2024 12:57:53 +0000 Subject: [PATCH] Missed the coordinate-schemas min (#321) --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8c9765e5..3ab9b91c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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