Skip to content

Commit

Permalink
drop support for 3.8, add numpy dep explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakJariwala committed Sep 3, 2024
1 parent af66404 commit 045c22c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 045c22c

Please sign in to comment.