Unverified Commit 0e5c5c1a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

magika: fix build failure (#401078)

parents 4341057d c07a02e9
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