From eb9d316f098a9e9e75316fced99bda268584e6b7 Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Mon, 29 Jan 2024 23:27:39 -0500 Subject: [PATCH] add lower pin to asdf-wcs-schemas (#488) --- CHANGES.rst | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7f01f4d0..7960a3a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,8 @@ - Improve documentation (part 1) [#483] +- Add a minimum version requirement for ``asdf-wcs-schemas``. [#488] + 0.20.0 (2023-11-29) ------------------- diff --git a/pyproject.toml b/pyproject.toml index b225a667..9672f704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "astropy >= 5.3", "numpy", "scipy", - "asdf_wcs_schemas", + "asdf_wcs_schemas >= 0.3.0", "asdf-astropy >= 0.2.0", ] dynamic = [