From aa0496b712c02b589ba268fb27c417f96590ff57 Mon Sep 17 00:00:00 2001 From: Troy Raen Date: Tue, 2 Jul 2024 13:55:10 -0700 Subject: [PATCH] loosen astropy version restriction --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2c212a..20bcb40 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1583,4 +1583,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f70bdbe1b9b54ce3070f89ba0206f4f11e099d15195ab353975bfa3e317ed0b4" +content-hash = "8cca48c9ce56987e503a2f237998de4c9e2456e48bbbebcf60b40ec7d7ea0f3b" diff --git a/pyproject.toml b/pyproject.toml index 99a414b..5cea334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ # https://python-poetry.org/docs/dependency-specification/#git-dependencies python = "^3.9" attrs = ">=23.1" -astropy = ">=6.0" +astropy = ">=5.3" # v<6.0.0 required by supernnova 3.0.1 fastavro = ">=1.7.4" google-auth-oauthlib = ">=1.0" google-cloud-bigquery = ">=3.11.2"