Loading pkgs/development/python-modules/pinecone-client/default.nix +20 −25 Original line number Diff line number Diff line { lib , buildPythonPackage , dnspython , fetchPypi , loguru , numpy , poetry-core , python-dateutil , pythonOlder , pythonRelaxDepsHook , pyyaml , requests , setuptools , tqdm , typing-extensions , urllib3 { lib, buildPythonPackage, dnspython, fetchPypi, loguru, numpy, poetry-core, python-dateutil, pythonOlder, pythonRelaxDepsHook, pyyaml, requests, setuptools, tqdm, typing-extensions, urllib3, }: buildPythonPackage rec { Loading @@ -29,13 +30,9 @@ buildPythonPackage rec { hash = "sha256-QgYqYo56lB0Lwku4r7Am861NJkzwbWpiej3lgyFK494="; }; pythonRelaxDeps = [ "urllib3" ]; pythonRelaxDeps = [ "urllib3" ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; build-system = [ setuptools Loading @@ -57,9 +54,7 @@ buildPythonPackage rec { # Tests require network access doCheck = false; pythonImportsCheck = [ "pinecone" ]; pythonImportsCheck = [ "pinecone" ]; meta = with lib; { description = "The Pinecone python client"; Loading Loading
pkgs/development/python-modules/pinecone-client/default.nix +20 −25 Original line number Diff line number Diff line { lib , buildPythonPackage , dnspython , fetchPypi , loguru , numpy , poetry-core , python-dateutil , pythonOlder , pythonRelaxDepsHook , pyyaml , requests , setuptools , tqdm , typing-extensions , urllib3 { lib, buildPythonPackage, dnspython, fetchPypi, loguru, numpy, poetry-core, python-dateutil, pythonOlder, pythonRelaxDepsHook, pyyaml, requests, setuptools, tqdm, typing-extensions, urllib3, }: buildPythonPackage rec { Loading @@ -29,13 +30,9 @@ buildPythonPackage rec { hash = "sha256-QgYqYo56lB0Lwku4r7Am861NJkzwbWpiej3lgyFK494="; }; pythonRelaxDeps = [ "urllib3" ]; pythonRelaxDeps = [ "urllib3" ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; build-system = [ setuptools Loading @@ -57,9 +54,7 @@ buildPythonPackage rec { # Tests require network access doCheck = false; pythonImportsCheck = [ "pinecone" ]; pythonImportsCheck = [ "pinecone" ]; meta = with lib; { description = "The Pinecone python client"; Loading