Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlenail authored Oct 17, 2024
1 parent e91ffa3 commit 25ab31a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name = "pcst_fast"
dynamic = ["version"]
description = "A fast implementation of the Goemans-Williamson scheme for the prize-collecting Steiner tree / forest problem."
readme = "README.md"
license = {text = "GNU General Public License"}
license = {text = "MIT"}
authors = [
{name = "ludwigschmidt", email = "[email protected]"},
{name = "ludwigschmidt"},
{name = "alexlenail"},
]
requires-python = ">=3.9"
dependencies = ["numpy<2"]
Expand All @@ -23,4 +24,4 @@ test-command = "pytest {project}/src"
build-verbosity = 1

[tool.cibuildwheel.macos]
before-test = "pip cache remove numpy; brew install openblas; OPENBLAS=\"$(brew --prefix openblas)\" pip install --no-cache-dir -U pip numpy"
before-test = "pip cache remove numpy; brew install openblas; OPENBLAS=\"$(brew --prefix openblas)\" pip install --no-cache-dir -U pip numpy"

0 comments on commit 25ab31a

Please sign in to comment.