Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37766727
en ru br
ALT Linux repos
S:3.9.0-alt1

Group :: Development/Python3
RPM: h5py

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: h5py-alt-build.patch
Download


diff --git a/setup.py b/setup.py
index 4b2890c5..42ba21bb 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ SETUP_REQUIRES = [
     "Cython >=0.29.14; python_version=='3.8'",
     "Cython >=0.29.15; python_version>='3.9'",
 ] + [
-    f"numpy =={np_min}; python_version{py_condition}"
+    f"numpy >={np_min}; python_version{py_condition}"
     for np_min, py_condition in NUMPY_MIN_VERSIONS
 ]
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin