Skip to content

Commit

Permalink
bumping python requirement; closes bd-j#323
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-j committed Mar 26, 2024
1 parent 0fb694c commit 899e30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
{ name="Ben Johnson", email="[email protected]" },
]
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.9"
license = { text = "MIT License" }
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python >= 3.9
numpy >= 1.14.2
scipy >= 1.1.0
astropy
Expand Down

0 comments on commit 899e30e

Please sign in to comment.