Skip to content

Commit

Permalink
dcore_lib does not support scipy >= 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 5, 2024
1 parent ba085e3 commit 2a1c9c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_dcorelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
matrix:
include:
- os: ubuntu-latest
numpy: "1.24"
scipy: "1.6"
numpy: "1.24.4"
scipy: "1.6.3"
python: "3.8"
- os: ubuntu-latest
numpy: "1.26"
scipy: "1.11"
numpy: "1.26.4"
scipy: "1.11.4"
python: "3.11"
- os: ubuntu-latest
numpy: "1.26"
scipy: "1.14"
numpy: "1.26.4"
scipy: "1.11.4"
python: "3.12"
#- os: ubuntu-latest
#numpy: auto
Expand Down

0 comments on commit 2a1c9c1

Please sign in to comment.