Skip to content

Commit

Permalink
Fix scipy max version
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Jan 3, 2025
1 parent 38236a4 commit 5340199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requires-python = '>=3.11'
dependencies = [
'numpy>=1.24',
'astropy>=5.3',
'scipy>=1.10<1.15',
'scipy>=1.10,<1.15',
]

[project.urls]
Expand Down

0 comments on commit 5340199

Please sign in to comment.