From cba9c9db77bc01f0bcde31c007b3e83c8dd87e90 Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Mon, 16 Dec 2024 18:01:13 +0100 Subject: [PATCH] Upgrade astropy to v6.x --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 15917bd..19e702c 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - python - pip - astroplan - - astropy<6 # see https://github.com/gammapy/gammapy/issues/4972 + - astropy<7 - gammapy - seaborn - scipy=1.11* # see https://github.com/gammapy/gammapy/pull/4997 diff --git a/pyproject.toml b/pyproject.toml index edd2e80..10f1d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "astroplan", - "astropy<6", # see https://github.com/gammapy/gammapy/issues/4972 + "astropy<7", "gammapy", "seaborn", "scipy<1.12", # see https://github.com/gammapy/gammapy/pull/4997