python3Packages.holistic-trace-analysis: organize inputs
This commit is contained in:
@@ -3,14 +3,20 @@
|
||||
stdenv,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
# build system
|
||||
setuptools,
|
||||
|
||||
# dependencies
|
||||
jupyterlab,
|
||||
numpy,
|
||||
pandas,
|
||||
plotly,
|
||||
pydot,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
torch,
|
||||
|
||||
# tests
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
||||
Reference in New Issue
Block a user