Files

14 lines
264 B
Diff
Raw Permalink Normal View History

2026-02-26 14:52:02 +03:00
--- pyproject.toml.orig 2025-09-20 22:30:48
+++ pyproject.toml 2025-09-20 22:31:45
@@ -2,8 +2,8 @@
requires = [
"setuptools>=67.8",
"wheel",
- "cython~=3.0.2",
- "numpy>=2"
+ "cython",
+ "numpy"
]
build-backend = "setuptools.build_meta"