blob: a733d01745f2f6164632bfce84a3ea1b29ea45a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- pyproject.toml.orig 2022-02-27 10:25:41 UTC
+++ pyproject.toml
@@ -10,4 +10,4 @@ requires = ["setuptools",
# Scipy's "oldest_supported_numpy" package does this work for us.
requires = ["setuptools",
"wheel",
- "oldest_supported_numpy"]
+ "numpy"]
|