From 84a1e71541895621e9fc199b38ba6dbb14606e7e Mon Sep 17 00:00:00 2001 From: Cyril Meyer <69190238+Cyril-Meyer@users.noreply.github.com> Date: Thu, 22 May 2025 15:44:16 +0200 Subject: [PATCH 1/4] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ba1d3e..e20c079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ classifiers = [ ] dependencies = [ - "numpy==1.24.4", + "numpy==1.26.4", "pandas==2.0.3", "matplotlib==3.7.4", "scipy==1.10.0", From 45d46c7e626f9805bf7b22b96a8dc2da8e4e26c1 Mon Sep 17 00:00:00 2001 From: Cyril Meyer <69190238+Cyril-Meyer@users.noreply.github.com> Date: Thu, 22 May 2025 15:45:49 +0200 Subject: [PATCH 2/4] Update pytest.yml --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 01d6a39..bab1df7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, macOS-14, windows-2022 ] - python-version: [ "3.10" ] + python-version: [ "3.10", "3.11", "3.12" ] steps: - name: Checkout @@ -41,4 +41,4 @@ jobs: run: python -m pip list - name: Run tests - run: python -m pytest -n logical \ No newline at end of file + run: python -m pytest -n logical From 3084aa4f50f5c14a31d05cd5b5e8de3c5b1231b9 Mon Sep 17 00:00:00 2001 From: Cyril Meyer <69190238+Cyril-Meyer@users.noreply.github.com> Date: Thu, 22 May 2025 15:56:09 +0200 Subject: [PATCH 3/4] Update pyproject.toml scipy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e20c079..361dea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "numpy==1.26.4", "pandas==2.0.3", "matplotlib==3.7.4", - "scipy==1.10.0", + "scipy==1.11.4", "baycomp==1.0", "tqdm==4.66.1" ] From 82a5cd24710afc613592e780ed78945731257434 Mon Sep 17 00:00:00 2001 From: Cyril Meyer <69190238+Cyril-Meyer@users.noreply.github.com> Date: Thu, 22 May 2025 16:01:10 +0200 Subject: [PATCH 4/4] Update pyproject.toml pandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 361dea0..43ae70f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ classifiers = [ dependencies = [ "numpy==1.26.4", - "pandas==2.0.3", + "pandas==2.2.3", "matplotlib==3.7.4", "scipy==1.11.4", "baycomp==1.0",