Skip to content

Commit

Permalink
Can we get a scipy wheel inside the container?
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent d9d12c6 commit a5a1619
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a5a1619

Please sign in to comment.