From c95eaaf45c79db8e90e2b6fc6a75be72cd4daabf Mon Sep 17 00:00:00 2001 From: RS-Ins Date: Wed, 15 Jul 2026 11:39:15 +0200 Subject: [PATCH] Bump matplotlib pin for NumPy 2 ABI compatibility --- .gitignore | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a619655 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +.venv-ci/ +__pycache__/ +*.pyc diff --git a/requirements.txt b/requirements.txt index 7d27527..99e2e13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -matplotlib==3.5.1 +matplotlib>=3.8.4 numpy>=1.21 scipy>=1.10.0 setuptools>=65.5.1