Skip to content

Commit 44c3a8b

Browse files
committed
1 parent 41f9b74 commit 44c3a8b

File tree

1 file changed

+8
-2
lines changed
  • pkgs/development/python-modules/dask-histogram

1 file changed

+8
-2
lines changed

pkgs/development/python-modules/dask-histogram/default.nix

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5-
boost-histogram,
6-
dask,
5+
6+
# build-system
77
hatchling,
88
hatch-vcs,
9+
10+
# dependencies
11+
boost-histogram,
12+
dask,
13+
14+
# tests
915
pytestCheckHook,
1016
}:
1117

0 commit comments

Comments
 (0)