Commit 4729f86b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.argilla: add sourceRoot

parent ab16e260
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
  packaging,
  pandas,
  passlib,
  setuptools,
  peft,
  pgmpy,
  plotly,
@@ -47,11 +48,10 @@
  scikit-learn,
  sentence-transformers,
  seqeval,
  setuptools,
  smart-open,
  snorkel,
  spacy,
  spacy-transformers,
  spacy,
  sqlalchemy,
  tqdm,
  transformers,
@@ -79,6 +79,8 @@ buildPythonPackage rec {
    hash = "sha256-+eQNvLDV063JY6CyngpGyo4NdSd6HvAHFgGWtPfZNVQ=";
  };

  sourceRoot = "${src.name}/${pname}";

  pythonRelaxDeps = [
    "httpx"
    "numpy"
@@ -89,7 +91,6 @@ buildPythonPackage rec {

  build-system = [ setuptools ];


  dependencies = [
    httpx
    deprecated