From d2cb5dcb64862c4d8e01871e03ff78f58b3fe8e8 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 16 Oct 2025 13:25:26 -0700 Subject: [PATCH] python3Packages.holistic-trace-analysis: organize inputs --- .../python-modules/holistic-trace-analysis/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/holistic-trace-analysis/default.nix b/pkgs/development/python-modules/holistic-trace-analysis/default.nix index 158f787a57bb..fa72f161ad6c 100644 --- a/pkgs/development/python-modules/holistic-trace-analysis/default.nix +++ b/pkgs/development/python-modules/holistic-trace-analysis/default.nix @@ -3,14 +3,20 @@ stdenv, buildPythonPackage, fetchFromGitHub, + + # build system + setuptools, + + # dependencies jupyterlab, numpy, pandas, plotly, pydot, - pytestCheckHook, - setuptools, torch, + + # tests + pytestCheckHook, }: buildPythonPackage rec {