diff --git a/scipy.spec b/scipy.spec index 2523da3f1395a71055d161ffb45368c7b84c28d0..bd59c67ad3c06bbc83910c92ff323b623a4907b2 100644 --- a/scipy.spec +++ b/scipy.spec @@ -2,14 +2,14 @@ %global debug_package %{nil} Name: scipy Version: 1.2.2 -Release: 4 +Release: 5 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: BSD, MIT, Boost and Public Domain URL: https://www.scipy.org Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz BuildRequires: python3-devel python3-numpy >= 1.8.2 python3-numpy-f2py -BuildRequires: gcc-c++ openblas-devel gcc-gfortran git +BuildRequires: gcc-c++ openblas-devel gcc-gfortran >=10.9 git %description SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering.