Skip to content

Commit d2d5fff

Browse files
committed
onnxslim: uses hatchling, not setuptools
1 parent 47aa7bd commit d2d5fff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/onnxslim/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fetchFromGitHub,
55

66
# build-system
7-
setuptools,
7+
hatchling,
88

99
# dependencies
1010
colorama,
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
};
2727

2828
build-system = [
29-
setuptools
29+
hatchling
3030
];
3131

3232
dependencies = [

0 commit comments

Comments
 (0)