Skip to content

Commit

Permalink
fix scipy version, py version, and linux arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanyong Duan committed Jan 8, 2025
1 parent 6321c1d commit 2d9082a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build wheels
env:
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ARCHS_LINUX: x86_64
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10.8", "3.11"]
python-version: ["3.9", "3.10.8", "3.11", "3.12"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"numpy<2, >=1.23.5",
"pandas<2, >=1.3.5",
"seasonal>=0.3.1",
"scipy>=1.9.3",
"scipy<1.13.0, >=1.9.3",
"pytz>=2018.9",
"rstl>=0.1.3",
"psutil>=5.9.2",
Expand Down

0 comments on commit 2d9082a

Please sign in to comment.