From f4511243b83ed0c1326e96e4d623ee6ac23cb98e Mon Sep 17 00:00:00 2001 From: antonioettorre <135960976+antonioettorre@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:28:28 +0200 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c8abac5..c4a54e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] -requires-python = ">=3.10, <3.13" +requires-python = ">=3.11, <3.14" dependencies = [ "seaborn >= 0.13.0", "ipykernel >= 4.8.0", From af2eebf283d2a279fa08dd6c627cfaaa28973a14 Mon Sep 17 00:00:00 2001 From: Antonio Ettorre <56338190+vot4anto@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:37:07 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4a54e70..b5a1a617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,23 +36,26 @@ classifiers = [ ] requires-python = ">=3.11, <3.14" + dependencies = [ "seaborn >= 0.13.0", "ipykernel >= 4.8.0", "ipython >= 6.2.0", "jupyter_client >= 5.0.0", "notebook >= 5.0.0", - "pyproj >= 3.6.1", - "scipy < 1.14.0", - "matplotlib >= 3.8.2", - "numpy >= 1.26.2", - "numba >= 0.58.1", - "pandas >= 2.0.3", + "pyproj >= 3.7.2", + "scipy >= 1.15.3", + "matplotlib >= 3.10.1", + "numpy >= 2.2.6", + "numba >= 0.61.2", + "pandas >= 2.2.3", "statsmodels >= 0.14.4", "pydantic >= 2.10.6 ", ] + + [project.urls] Homepage = "https://github.com/GEMScienceTools/vulnerability-toolkit" Repository = "https://github.com/GEMScienceTools/vulnerability-toolkit"