We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54b791 commit b04127fCopy full SHA for b04127f
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["scikit-build-core>=0.10", "numpy"]
+requires = ["scikit-build-core>=0.11.2", "numpy"]
3
build-backend = "scikit_build_core.build"
4
5
@@ -29,20 +29,22 @@ classifiers = [
29
dynamic = ["version"]
30
dependencies = [
31
"numpy",
32
- "SimpleITK",
33
- "PyWavelets",
34
- "pykwalify",
+ "SimpleITK ==2.3.1",
+ "PyWavelets >= 1.6.0",
+ "pykwalify >= 1.6.0",
35
"six"
36
]
37
38
[project.optional-dependencies]
39
test = [
40
"pytest >=6",
41
"pytest-cov >=3",
42
+ "coverage >= 7.8.0",
43
44
dev = [
45
46
47
48
49
docs = [
50
"sphinx>=7.0",
0 commit comments