From bcd6b9e92147442d393f422d3541fa3572732407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 28 Jul 2026 10:42:06 +0200 Subject: [PATCH] TST/DEP: update minimal Python requirements --- test/python_requirements.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/test/python_requirements.txt b/test/python_requirements.txt index 6419c74a..bfa7c53c 100644 --- a/test/python_requirements.txt +++ b/test/python_requirements.txt @@ -1,13 +1,12 @@ -# note: version requirements are indicative and tests # should be able to run with +# note: version requirements are indicative and tests should be able to run with # older versions of our dependencies, though it is not guaranteed. -# minimally require last versions available for Python 2.7 -numpy>=1.16.6 -matplotlib>=2.2.5 -scipy>=1.2.3 - -# note that no version of inifix supports Python older than 3.6 +# minimally require earliest versions available for Python 3.10 +numpy>=1.21.1 +matplotlib>=3.5.0 +scipy>=1.7.2 inifix>=0.11.2 + pybind11 >= 3.0.4 # To run the test suite, we can use pytest, mostly any version # 6.0 is the one available on system available on debian-11