Skip to content

Commit

Permalink
Change build dependency to oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Aug 22, 2023
1 parent 332022c commit b3e46ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
try:
import numpy
except ImportError:
subprocess.run(["pip", "install", "numpy"])
subprocess.run(["pip", "install", "oldest-supported-numpy"])

################################################

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fit-clusters = "divik._cli.fit_clusters:main"
[build-system]
requires = [
"poetry-core>=1.0.0",
"numpy>=0.12.1",
"oldest-supported-numpy",
"setuptools",
]
build-backend = "poetry.core.masonry.api"

0 comments on commit b3e46ce

Please sign in to comment.