Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / numpy-1.20.3.pO1.patch
1 --- numpy-1.20.3_ref/pyproject.toml     2021-05-09 12:38:00.000000000 +0200
2 +++ numpy-1.20.3_dev/pyproject.toml     2024-05-09 11:50:44.909893215 +0200
3 @@ -3,7 +3,7 @@
4  requires = [
5      "setuptools<49.2.0",
6      "wheel<=0.35.1",
7 -    "Cython>=0.29.21,<3.0",  # Note: keep in sync with tools/cythonize.py
8 +    "Cython>=0.29.0,<3.0",  # Note: keep in sync with tools/cythonize.py
9  ]
10  
11