Skip to content

Commit

Permalink
Upgrade astropy to v6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Dec 16, 2024
1 parent 3731626 commit cba9c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cba9c9d

Please sign in to comment.