Skip to content

Commit b04127f

Browse files
committed
ENH: Explicitly specify versions for packages.
1 parent b54b791 commit b04127f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core>=0.10", "numpy"]
2+
requires = ["scikit-build-core>=0.11.2", "numpy"]
33
build-backend = "scikit_build_core.build"
44

55

@@ -29,20 +29,22 @@ classifiers = [
2929
dynamic = ["version"]
3030
dependencies = [
3131
"numpy",
32-
"SimpleITK",
33-
"PyWavelets",
34-
"pykwalify",
32+
"SimpleITK ==2.3.1",
33+
"PyWavelets >= 1.6.0",
34+
"pykwalify >= 1.6.0",
3535
"six"
3636
]
3737

3838
[project.optional-dependencies]
3939
test = [
4040
"pytest >=6",
4141
"pytest-cov >=3",
42+
"coverage >= 7.8.0",
4243
]
4344
dev = [
4445
"pytest >=6",
4546
"pytest-cov >=3",
47+
"coverage >= 7.8.0",
4648
]
4749
docs = [
4850
"sphinx>=7.0",

0 commit comments

Comments
 (0)