Skip to content

Commit 5a2ac1e

Browse files
authored
Merge pull request #15 from eriknw/update512
Update to SuiteSparse:GraphBLAS 5.1.2
2 parents bd71c4e + 0d386e3 commit 5a2ac1e

File tree

4 files changed

+102
-48
lines changed

4 files changed

+102
-48
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "numpy>=1.15", "cython"]
2+
requires = ["setuptools", "wheel", "numpy>=1.17", "cython"]
33

44
[tool.black]
55
line-length = 100

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
ext_modules=ext_modules,
6969
cffi_modules=["suitesparse_graphblas/build.py:ffibuilder"],
7070
python_requires=">=3.7",
71-
install_requires=["cffi>=1.0.0", "numpy>=1.15"],
71+
install_requires=["cffi>=1.0.0", "numpy>=1.17"],
7272
setup_requires=["cffi>=1.0.0", "pytest-runner"],
7373
tests_require=["pytest"],
7474
license="Apache License 2.0",

0 commit comments

Comments
 (0)