python3Packages.holistic-trace-analysis: organize inputs

This commit is contained in:
Sarah Clark
2025-10-16 13:26:55 -07:00
parent 0df985d86d
commit d2cb5dcb64
@@ -3,14 +3,20 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
# build system
setuptools,
# dependencies
jupyterlab,
numpy,
pandas,
plotly,
pydot,
pytestCheckHook,
setuptools,
torch,
# tests
pytestCheckHook,
}:
buildPythonPackage rec {