Unverified Commit a4d900ad authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

python312Packages.embedding-reader: Fix build (#384681)

parents 35f9b4c1 8a019c47
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  pandas,
  pyarrow,
  pytestCheckHook,
  tqdm,
}:

buildPythonPackage rec {
@@ -23,11 +24,12 @@ buildPythonPackage rec {

  pythonRelaxDeps = [ "pyarrow" ];

  propagatedBuildInputs = [
  dependencies = [
    fsspec
    numpy
    pandas
    pyarrow
    tqdm
  ];

  nativeCheckInputs = [ pytestCheckHook ];