From 056c01d72dc19604907766dd667842e3829e7045 Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Mon, 2 Dec 2024 14:50:00 -0500 Subject: [PATCH] bump asdf upper pin (#8966) --- changes/8966.general.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/8966.general.rst diff --git a/changes/8966.general.rst b/changes/8966.general.rst new file mode 100644 index 0000000000..5b21ca6897 --- /dev/null +++ b/changes/8966.general.rst @@ -0,0 +1 @@ +Increase asdf upper pin to 5 diff --git a/pyproject.toml b/pyproject.toml index 26d333cffd..6d61c69b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "asdf>=3.1.0,<4", + "asdf>=3.1.0,<5", "astropy>=5.3", "BayesicFitting>=3.0.1", "crds>=12.0.3",