Skip to content

Commit

Permalink
Build with NumPy>=0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Jun 22, 2022
1 parent 85d3dff commit 4c3160e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ requires = [
"wheel>=0.30.0", # limited python api support
"cython>=0.29.24,<3.0",
'dimod==0.11.3',
'numpy==1.17.3;python_version<"3.8"', # oldest supported by dimod
'oldest-supported-numpy;python_version>="3.8"',
'numpy==1.19.0;python_version<"3.9"', # C API for numpy.random
'oldest-supported-numpy;python_version>="3.9"',
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 4c3160e

Please sign in to comment.