From 29b46f191c1ec597a34dcb98777a14311f7b0607 Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Mon, 23 Sep 2024 11:47:36 +0200 Subject: [PATCH] Add astroquery as a new base dependency --- environment.yml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 15917bd..ffc4182 100644 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,7 @@ dependencies: - pip - astroplan - astropy<6 # see https://github.com/gammapy/gammapy/issues/4972 + - astroquery - gammapy - seaborn - scipy=1.11* # see https://github.com/gammapy/gammapy/pull/4997 diff --git a/pyproject.toml b/pyproject.toml index edd2e80..a59dfd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ dependencies = [ "astroplan", "astropy<6", # see https://github.com/gammapy/gammapy/issues/4972 + "astroquery", "gammapy", "seaborn", "scipy<1.12", # see https://github.com/gammapy/gammapy/pull/4997