py-dask-histogram: @1.8.0: -> @1.8:

This commit is contained in:
Wouter Deconinck 2024-11-19 16:17:46 -06:00
parent 88b2db6f56
commit ec1016a0fc

View File

@ -19,7 +19,7 @@ class PyDaskHistogram(PythonPackage):
version("2024.9.1", sha256="a3e778b606db4affcc4fc8b6d34f5d99e165ea1691da57f40659032cd79f03e8")
version("2024.3.0", sha256="834d4d25f5e2c417f5e792fafaa55484c20c9f3812d175125de7ac34f994ef7b")
depends_on("py-hatchling@1.8.0:", type="build")
depends_on("py-hatchling@1.8:", type="build")
depends_on("py-hatch-vcs", type="build")
depends_on("py-boost-histogram@1.3.2:", type=("build", "run"))