Skip to content

Commit e28106a

Browse files
authored
Update pyproject.toml
1 parent 08546b7 commit e28106a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
3-
build-backend = "setuptools.build_meta"
2+
requires = [
3+
"setuptools>=61.0", # default
4+
"wheel", # also often needed
5+
"numpy>=1.19.5" # add numpy here for build-time use
6+
]
7+
build-backend = "setuptools.build_meta" # using setuptool building engine
48

59
[project]
610
name = "ngclearn"

0 commit comments

Comments
 (0)