Skip to content

Commit

Permalink
adding setup for python-graphblas benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Transurgeon committed Jan 5, 2024
1 parent d026a0f commit 29cd312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"scs": [],
"numpy": [],
"scipy": [],
"pybind11": []
"pybind11": [],
"python-graphblas": []
},

// The directory (relative to the current directory) that benchmarks are
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
},
package_dir={"": "benchmark"},
packages=setuptools.find_packages(where="benchmark"),
python_requires=">=3.7",
python_requires=">=3.9",
license='Apache License, Version 2.0',
install_requires=[
"cvxpy",
"asv<0.6",
"virtualenv",
"python-graphblas",
],
)

0 comments on commit 29cd312

Please sign in to comment.