Allow a slightly older numpy version for F37

This commit is contained in:
Benjamin A. Beasley 2022-12-05 14:54:48 -05:00
parent b7d5faa3a6
commit 04e8e92b4f
1 changed files with 7 additions and 0 deletions

View File

@ -457,6 +457,12 @@ rm -vf $(grep -rl '/\* Generated by Cython')
# We just want to build with the numpy in Fedora:
sed -r -i '/\boldest-supported-numpy\b/d' pyproject.toml
%if 0%{?fc37}
# We have Python 3.11, but we do not have the numpy version that Pandas upstrem
# wants for Python 3.11.
sed -r -i "s/(numpy>=)1\\.23\\.2(; python_version>='3\\.11')/\\11.22.0\\2/" \
setup.cfg
%endif
%generate_buildrequires
@ -695,6 +701,7 @@ export PYTHONHASHSEED="$(
- Update to 1.5.2
- Re-enable python-gcsfs BR/weak-dep. on F38 and later
- Work around a harmless test failure with libarrow/pyarrow 10
- Allow a slightly older numpy version for F37
* Wed Nov 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5.1-2
- Update license breakdown and convert to SPDX