python312Packages.argilla: add sourceRoot

This commit is contained in:
Fabian Affolter
2024-08-12 09:19:05 +02:00
parent ab16e26085
commit 4729f86bf6
@@ -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