From a5a1619a7dfca18b0e739e2119ec75f99ee2a30a Mon Sep 17 00:00:00 2001 From: Thomas Finnie Date: Sat, 3 Aug 2024 10:48:41 +0100 Subject: [PATCH] Can we get a scipy wheel inside the container? --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 47cac0c..c8d11d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools>=64", "numpy>=1.24.4", "cython>=0.29", "setuptools>=61.0", - "scipy>=1.14.0"] + "scipy>=1.10.1"] build-backend = "setuptools.build_meta" [project] @@ -18,7 +18,7 @@ dependencies = [ "numpy>=1.24.4", "pandas>=2.2.2", "python-dateutil>=2.0.0", - "scipy>=1.14.0", + "scipy>=1.10.1", "sympy>=1.0.0", "numpydoc>=0.6.0", "cython>=0.29" @@ -66,10 +66,10 @@ manylinux-x86_64-image = "manylinux2014" before-all = """ #yum -y update && yum -y install pkgconfig openblas-devel openblas -#python -m pip install --upgrade pip -pip install --prefer-binary scipy>=1.14.0 +python -m pip install --upgrade pip +pip install --prefer-binary scipy>=1.10.1 # Note we can't just use the version from yum as it doesn't have a pkgconfig -#git clone https://github.com/xianyi/OpenBLAS.git +#git clone https://github.com/OpenMathLib/OpenBLAS.git #cd OpenBLAS #make -j8 #make PREFIX=/usr/local/OpenBLAS install