Skip to content

Commit

Permalink
More version fiddling.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 28, 2024
1 parent 32ae488 commit 9b7b2e7
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 @@ -17,8 +17,8 @@ numpy = [
{ version = "<2.0.0", python = ">=3.8, <3.12"}
]
scipy = [
{ version = ">=1.7", python = ">=3.12"},
{ version = "<1.7", python = ">=3.8, <3.12"}
{ version = ">=1.13.0", python = ">=3.12"},
{ version = "<1.13.0", python = ">=3.8, <3.12"}
]
astlib = [
{ version = ">=0.12.0", python = ">=3.12"},
Expand Down

0 comments on commit 9b7b2e7

Please sign in to comment.