Skip to content

Commit

Permalink
Update to SuiteSparse:GraphBLAS 7.3.0 (python-graphblas#291)
Browse files Browse the repository at this point in the history
`python-graphblas` is still compatible with 7.2.0, so it was kept as a min version.
  • Loading branch information
eriknw authored Oct 19, 2022
1 parent 171c092 commit cb90213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if [[ ${{ matrix.cfg.sourcetype }} == "wheel" ]]; then
pip install suitesparse-graphblas
else
conda install -c conda-forge "graphblas>=7.2.0"
conda install -c conda-forge "graphblas>=7.3.0"
fi
if [[ ${{ matrix.cfg.sourcetype }} == "source" ]]; then
pip install --no-binary=all suitesparse-graphblas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
url="https://github.com/python-graphblas/python-graphblas",
packages=find_packages(),
python_requires=">=3.8",
install_requires=["suitesparse-graphblas >=7.2.0.0, <7.3", "numba", "donfig", "pyyaml"],
install_requires=["suitesparse-graphblas >=7.2.0.0, <7.4", "numba", "donfig", "pyyaml"],
extras_require=extras_require,
include_package_data=True,
license="Apache License 2.0",
Expand Down

0 comments on commit cb90213

Please sign in to comment.