Commit c07a02e9 authored by jaredmontoya's avatar jaredmontoya
Browse files

magika: fix build failure

parent 8df2c918
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  magika,
  numpy,
  onnxruntime,
  poetry-core,
  hatchling,
  python-dotenv,
  pythonOlder,
  stdenv,
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    hash = "sha256-490ixzk2Ywsc150PQS1tmlPcmbpeNwmxrFP1a8mY5jU=";
  };

  nativeBuildInputs = [ poetry-core ];
  nativeBuildInputs = [ hatchling ];

  propagatedBuildInputs = [
    click