File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
var/spack/repos/builtin/packages/py-scikit-image Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ class PyScikitImage(PythonPackage):
2323 "skimage.future.graph" ,
2424 ]
2525
26+ version ("0.25.1" , sha256 = "d4ab30540d114d37c35fe5c837f89b94aaba2a7643afae8354aa353319e9bbbb" )
2627 version ("0.25.0" , sha256 = "58d94fea11b6b3306b3770417dc1cbca7fa9bcbd6a13945d7910399c88c2018c" )
2728 version ("0.24.0" , sha256 = "5d16efe95da8edbeb363e0c4157b99becbd650a60b77f6e3af5768b66cf007ab" )
2829 version ("0.23.2" , sha256 = "c9da4b2c3117e3e30364a3d14496ee5c72b09eb1a4ab1292b302416faa360590" )
@@ -38,8 +39,8 @@ class PyScikitImage(PythonPackage):
3839 version ("0.14.2" , sha256 = "1afd0b84eefd77afd1071c5c1c402553d67be2d7db8950b32d6f773f25850c1f" )
3940 version ("0.12.3" , sha256 = "82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7" )
4041
41- depends_on ("c" , type = "build" ) # generated
42- depends_on ("cxx" , type = "build" ) # generated
42+ depends_on ("c" , type = "build" )
43+ depends_on ("cxx" , type = "build" )
4344
4445 # Get dependencies for:
4546 #
You can’t perform that action at this time.
0 commit comments