mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 06:49:18 -04:00
16 lines
476 B
Text
16 lines
476 B
Text
--- requirements_dev.txt.orig 2023-07-31 14:34:13 UTC
|
|
+++ requirements_dev.txt
|
|
@@ -3,12 +3,10 @@ numpy >= 1.16.5
|
|
# ------------------------------------------------
|
|
# ** MUST sync with misc/requirements_wheel.txt **
|
|
# ------------------------------------------------
|
|
-cmake >= 3.23
|
|
cython < 3.0
|
|
pybind11 < 2.11.0
|
|
-setuptools>=42,<=58.3.0
|
|
+setuptools>=42
|
|
setuptools_scm >= 1.5.4
|
|
wheel >= 0.30
|
|
contextvars ;python_version<"3.7"
|
|
dataclasses ;python_version<"3.7"
|
|
-pytest
|