Skip to content

Commit

Permalink
Actually reduce min required numpy version to 1.16
Browse files Browse the repository at this point in the history
Fixes a mistake in c13ef75, where I tried this already but only changed
the version requirements for development, not the ones that end up in
the final python wheels.
  • Loading branch information
robamler committed Dec 13, 2023
1 parent 4077f33 commit 3f2a96c
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 @@ -14,7 +14,7 @@ classifiers = [
"Intended Audience :: Science/Research",
]
dependencies = [
"numpy~=1.19",
"numpy~=1.16",
]
maintainers = [
{name = "Robert Bamler", email = "robert.bamler@uni-tuebingen.de"},
Expand Down

0 comments on commit 3f2a96c

Please sign in to comment.