Commit d2cb5dcb authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.holistic-trace-analysis: organize inputs

parent 0df985d8
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3,14 +3,20 @@
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,

  # build system
  setuptools,

  # dependencies
  jupyterlab,
  numpy,
  pandas,
  plotly,
  pydot,
  pytestCheckHook,
  setuptools,
  torch,

  # tests
  pytestCheckHook,
}:

buildPythonPackage rec {