From 790eec09f4629862d6b459409b99948013c4bfdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Fri, 12 Jan 2024 12:28:37 +0100 Subject: [PATCH] unpin asdf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13496c2f5..e65f52b13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "numpy >=1.20", - "asdf >=2.15.1,<3", + "asdf >=2.15.1", "pandas >=1.0", "xarray >=2022.9.0", "scipy >=1.6.2",