Skip to content

Commit

Permalink
Can we get away with a lower version of scipy (so we can build anylin…
Browse files Browse the repository at this point in the history
…ux wheels)?
  • Loading branch information
twomagpi committed Aug 2, 2024
1 parent 9d3accc commit 77e7c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] #, macos-13, macos-14]
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 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.12.0"]
"scipy>=1.10.1"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -15,10 +15,10 @@ dependencies = [
"dask[complete]>=0.13.0",
"graphviz>=0.4.9",
"matplotlib>=1.0.0",
"numpy>=2.0.0",
"numpy>=1.24.4",
"pandas>=2.2.2",
"python-dateutil>=2.0.0",
"scipy>=1.4.1",
"scipy>=1.10.1",
"sympy>=1.0.0",
"numpydoc>=0.6.0",
"cython>=0.29"
Expand Down

0 comments on commit 77e7c0c

Please sign in to comment.