blob: 8949cd0b2e619fa3a840c2c9a886ac8351f5018b (
plain) (
blame)
1
2
3
4
5
6
7
|
--- pyproject.toml.orig 2023-02-13 08:53:21 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
# Minimum requirements for the build system to execute.
-requires = ["setuptools", "oldest-supported-numpy", "wheel"] # PEP 508 specifications.
+requires = ["setuptools", "numpy", "wheel"] # PEP 508 specifications.
|