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",