Skip to content

Commit

Permalink
Add astroquery as a new base dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Nov 6, 2024
1 parent 2fd93fc commit 804b2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 804b2f8

Please sign in to comment.