Skip to content

Commit

Permalink
Merge pull request #283 from cta-observatory/gammapy_pin
Browse files Browse the repository at this point in the history
Remove compatibility pins
  • Loading branch information
maxnoe authored Apr 3, 2024
2 parents cb92eef + 2990605 commit c7db045
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,17 @@
"notebook",
"tables",
"towncrier",
"astropy~=5.3", # gammapy doesn't yet support 6.0 but doesn't pin it
gammapy,
],
"tests": [
"pytest",
"pytest-cov",
"astropy~=5.3", # gammapy doesn't yet support 6.0 but doesn't pin it
gammapy,
"ogadf-schema~=0.2.3",
"uproot~=4.0",
"awkward~=1.0",
],
"gammapy": [
"astropy~=5.3", # gammapy doesn't yet support 6.0 but doesn't pin it
gammapy,
],
}
Expand All @@ -48,7 +45,7 @@
install_requires=[
"astropy>=5.3,<7.0.0a0",
"numpy>=1.21",
"scipy<1.12",
"scipy",
"tqdm",
],
include_package_data=True,
Expand Down

0 comments on commit c7db045

Please sign in to comment.