From 30c388de336a2a2134658e0850200088817f3f15 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Sat, 8 Feb 2025 13:54:32 -0600 Subject: [PATCH] lower scipy requiremnt for Python 3.9 --- .github/workflows/test-ubuntu.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 650179697..c795d6fca 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -30,7 +30,7 @@ jobs: - name: Install conda dependencies run: | printenv - conda install -y -c conda-forge python=${{ matrix.python-version }} "numpy>=1.23" "scipy>=1.14" "matplotlib>=3.8" "h5py>=3.5" "wxpython>=4.2" scikit-learn jupyter plotly pytest pytest-cov coverage + conda install -y -c conda-forge python=${{ matrix.python-version }} "numpy>=1.23" "scipy>=1.12" "matplotlib>=3.8" "h5py>=3.5" "wxpython>=4.2" scikit-learn jupyter plotly pytest pytest-cov coverage - name: Install xraylarch and other dependencies with pip run: | pip install ".[all]" diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index df973ad04..08895921f 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -27,7 +27,7 @@ jobs: - name: Install conda dependencies run: | printenv - conda install -y -c conda-forge python=${{ matrix.python-version }} "numpy>=1.23" "scipy>=1.14" "matplotlib>=3.8" "h5py>=3.5" "wxpython>=4.2" scikit-learn jupyter plotly pytest pytest-cov coverage + conda install -y -c conda-forge python=${{ matrix.python-version }} "numpy>=1.23" "scipy>=1.12" "matplotlib>=3.8" "h5py>=3.5" "wxpython>=4.2" scikit-learn jupyter plotly pytest pytest-cov coverage - name: Install xraylarch and other dependencies with pip run: | printenv