Skip to content

Commit

Permalink
test python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem committed Sep 13, 2024
1 parent 9910542 commit 5faac29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dynamic = ["version"]
authors = [{ name = "Patrick Quéméré", email = "patrick.quemere@cea.fr" }]
description = "Pystack3D: A Python package for fast image stack correction"
readme = "README.md"
requires-python = ">=3.10, <3.12"
requires-python = ">=3.8, <3.12"
keywords = ["PyStack3D", "stack", "images", "FIB-SEM", "processing",
"correction", "cropping", "background removal", "registration",
"intensity rescaling", "destriping", "curtains", "resampling",
Expand All @@ -26,7 +26,7 @@ classifiers = [
'Environment :: Console',
]
dependencies = [
"numpy<2", # pystackreg does not support numpy.2.x
"numpy<2", # pystackreg.0.2.7 does not support numpy.2.x
"matplotlib",
"scipy",
"scikit-image",
Expand Down

0 comments on commit 5faac29

Please sign in to comment.