Skip to content

Commit

Permalink
Update python 3.8 scipy package version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Jun 25, 2024
1 parent 423e0cf commit 6185604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-13, macos-14]
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
versions:
- { python: "3.8", numpy: 1.22.4, scipy: 1.13.1 }
- { python: "3.8", numpy: 1.22.4, scipy: 1.10.1 }
- { python: "3.9", numpy: 1.22.4, scipy: 1.13.1 }
- { python: "3.10", numpy: 1.22.4, scipy: 1.13.1 }
- { python: "3.11", numpy: 1.24.3, scipy: 1.13.1 }
Expand Down

0 comments on commit 6185604

Please sign in to comment.