diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f7f02769..6e8c01bb 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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 }