We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08546b7 commit e28106aCopy full SHA for e28106a
pyproject.toml
@@ -1,6 +1,10 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
3
-build-backend = "setuptools.build_meta"
+requires = [
+ "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
8
9
[project]
10
name = "ngclearn"
0 commit comments