Skip to content

Commit

Permalink
DEP: set upper limit to runtime numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 10, 2023
1 parent feb3107 commit 83a74d7
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 83a74d7

Please sign in to comment.