Skip to content

Commit

Permalink
Is this because we have too high a scipy version specified?
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent 76d62df commit f1995c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"numpy>=1.24.4",
"pandas>=2.2.2",
"python-dateutil>=2.0.0",
"scipy>=1.10.1",
"scipy>=1.7.1",
"sympy>=1.0.0",
"numpydoc>=0.6.0",
"cython>=0.29"
Expand Down Expand Up @@ -64,8 +64,8 @@ manylinux-x86_64-image = "manylinux2014"
# Install blas on linux
[tool.cibuildwheel.linux]
before-all = """
python -m pip install --upgrade pip
pip install --prefer-binary scipy
#python -m pip install --upgrade pip
#pip install --prefer-binary scipy
# 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
#cd OpenBLAS
Expand Down

0 comments on commit f1995c4

Please sign in to comment.