From 6394f81a816cef260ab87d23c11620d056b9f7b5 Mon Sep 17 00:00:00 2001 From: Michael Walther Date: Mon, 17 Jul 2023 21:06:53 +0200 Subject: [PATCH 1/2] Update the tests --- .github/workflows/python_package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_package.yml b/.github/workflows/python_package.yml index 244921dae..6cb855e78 100644 --- a/.github/workflows/python_package.yml +++ b/.github/workflows/python_package.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 60 strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] # env: # OMP_NUM_THREADS: 1 # MKL_NUM_THREADS: 1 From 203dea32ac275e1f309b210c75d38440cc3f550a Mon Sep 17 00:00:00 2001 From: Michael Walther Date: Mon, 17 Jul 2023 21:12:11 +0200 Subject: [PATCH 2/2] release iminuit version constraint to allow newer versions --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92c5afd13..d14e69d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.20.3 scipy>=1.6.3 -iminuit==2.6.1 +iminuit>=2.6.1 healpy>=1.14.0 fitsio>=1.1.4 llvmlite>=0.36.0