Skip to content

Commit 9b3e0fe

Browse files
committed
pip installing repo
allows for `pip install .` or `pip install -e .`
1 parent 6977f62 commit 9b3e0fe

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=64",
4+
"wheel",
5+
"Cython",
6+
"numpy",
7+
]
8+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)