Skip to content

Commit

Permalink
Temporarily require scipy < 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Jan 3, 2025
1 parent 715eae0 commit 38236a4
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',
'scipy>=1.10<1.15',
]

[project.urls]
Expand Down

0 comments on commit 38236a4

Please sign in to comment.