Skip to content

Commit

Permalink
Merge pull request #72 from t20100/patch-1
Browse files Browse the repository at this point in the history
Add `scipy` to `pyproject.toml`
  • Loading branch information
kif authored Nov 10, 2022
2 parents 4d7485d + aea4c5a commit d6fda24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = [
"wheel",
"setuptools<60.0.0",
"numpy>=1.12",
"Cython>=0.21.1"
"Cython>=0.21.1",
"scipy",
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

0 comments on commit d6fda24

Please sign in to comment.