Skip to content

Commit

Permalink
Fix error in version specification.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 28, 2024
1 parent 15abd4b commit 4f9d1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
astro-kittens = "^1.4.6"
numpy = "
numpy = [
{ version = ">=2.0.0", python = ">=3.12"},
{ version = "<2.0.0", python = ">=3.8, <3.12"}
"
]
scipy = "*"
astlib = [
{ version = ">=0.12.0", python = ">=3.12"},
Expand Down

0 comments on commit 4f9d1f5

Please sign in to comment.