Skip to content

Commit

Permalink
Merge pull request #165 from GeoStat-Framework/numpy_build_fix
Browse files Browse the repository at this point in the history
build: use oldest-supported-numpy
  • Loading branch information
MuellerSeb authored Apr 19, 2021
2 parents 89c3794 + 8986275 commit 23ff228
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 @@ -3,7 +3,7 @@ requires = [
"setuptools>=42",
"wheel",
"setuptools_scm[toml]>=3.5",
"numpy>=1.14.5,<2.0",
"oldest-supported-numpy",
"Cython>=0.28.3,<3.0",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 23ff228

Please sign in to comment.