This commit is contained in:
François Boulogne 2025-06-25 11:41:54 +02:00
parent 7b4dfa6839
commit 90b3cd45b1

View file

@ -13,6 +13,7 @@ dependencies = [
"numpy>=1.10.0",
"scipy>=1.1.0",
"matplotlib>=1.3.1",
"scikit-image>=0.20",
]
[tool.setuptools]
@ -30,6 +31,7 @@ Issues = "https://github.com/sciunto-org/optifik/issues"
dev = [
"pytest",
"pytest-cov",
"pyyaml",
"bumpver"
]