ports/math/py-openTSNE/files/patch-pyproject.toml
Yuri Victorovich 20e55e0cf2 math/py-openTSNE: Update 0.6.2 → 0.7.1
Reported by:	portscout
2023-02-22 07:52:37 -08:00

7 lines
267 B
TOML

--- pyproject.toml.orig 2023-02-22 15:31:53 UTC
+++ pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools", "wheel", "cython", "oldest-supported-numpy"]
+requires = ["setuptools", "wheel", "cython", "numpy"]
build-backend = "setuptools.build_meta"