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 3850501 commit 775d6d0Copy full SHA for 775d6d0
examples/linalg/pyproject.toml
@@ -1,5 +1,6 @@
1
[build-system]
2
build-backend = "maturin"
3
+requires = ["poetry_core>=1.0.0"]
4
5
[tool.poetry]
6
name = "numpy-linalg-example"
@@ -12,4 +13,4 @@ numpy = ">=1.18"
12
13
python = ">=3.6"
14
15
[tool.poetry.dev-dependencies]
-pytest = "^6.1"
16
+pytest = "^6.1"
examples/simple-extension/pyproject.toml
name = "numpy-example"
0 commit comments