From 045c22c5604664914ef88f81f40a0e9a33707f86 Mon Sep 17 00:00:00 2001 From: Sarthak Jariwala Date: Tue, 3 Sep 2024 10:29:11 -0700 Subject: [PATCH] drop support for 3.8, add numpy dep explicitly --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5b687c..9b4a895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,9 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.8,<3.13" +python = ">=3.9,<3.13" matplotlib = ">= 3.2.2" +numpy = ">=1.26" scikit-image = ">= 0.17.2" matplotlib-scalebar = ">=0.7.0,<0.9.0" palettable = ">= 3.3.0"