Skip to content

Commit a30080a

Browse files
authored
Merge pull request #33 from kazunaritakeichi/feature/replace_numpy
Fix poetry install
2 parents 69bd9b5 + 8989d2f commit a30080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build-system]
2-
requires = ["wheel", "setuptools", "oldest-supported-numpy", "Cython"]
2+
requires = ["wheel", "setuptools", "numpy", "Cython"]

0 commit comments

Comments
 (0)