Skip to content

Commit

Permalink
Add scipy to pyproject.toml
Browse files Browse the repository at this point in the history
`scipy` is in `setup_requires` so it should be in `pyproject.toml`
  • Loading branch information
t20100 authored Nov 10, 2022
1 parent 4d7485d commit aea4c5a
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 aea4c5a

Please sign in to comment.