From c594fb97c777d5194c57d0ecaf7bacca38567142 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:45:08 -0400 Subject: [PATCH] Unpin astropy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52d9fb5d..248bd1eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dynamic = ["version"] requires-python = ">=3.9" dependencies = [ "aiohttp", # http filesystem support - "astropy<6.1", + "astropy", "fsspec>=2023.10.0", # Used for abstract filesystems "healpy", "jproperties",