Skip to content

Commit

Permalink
Merge pull request #4573 from neutrinoceros/pin_runtime_numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Jul 14, 2023
2 parents 4ca7fb9 + 83a74d7 commit 4214a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ dependencies = [
"ipywidgets>=8.0.0",
"matplotlib>=3.5", # keep in sync with tests/windows_conda_requirements.txt
"more-itertools>=8.4",
"numpy>=1.17.5",
# https://github.com/scipy/oldest-supported-numpy/issues/76#issuecomment-1628865694
"numpy>=1.17.5,<2.0",
"packaging>=20.9",
"pillow>=6.2.1", # transitive dependency via MPL (>=3.3)
"tomli-w>=0.4.0",
Expand Down

0 comments on commit 4214a4e

Please sign in to comment.