Loading pkgs/development/python-modules/cirq-aqt/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,21 +3,24 @@ cirq-core, requests, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "cirq-aqt"; format = "setuptools"; pyproject = true; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; postPatch = '' substituteInPlace requirements.txt \ --replace "requests~=2.18" "requests" --replace-fail "requests~=2.18" "requests" ''; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cirq-core requests ]; Loading pkgs/development/python-modules/cirq-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { version = "1.4.1"; pyproject = true; disabled = pythonOlder "3.9"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "quantumlib"; Loading @@ -47,7 +47,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace requirements.txt \ --replace "matplotlib~=3.0" "matplotlib" --replace-fail "matplotlib~=3.0" "matplotlib" ''; build-system = [ setuptools ]; Loading pkgs/development/python-modules/cirq-google/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -15,11 +15,9 @@ buildPythonPackage rec { sourceRoot = "${src.name}/${pname}"; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ cirq-core google-api-core protobuf Loading pkgs/development/python-modules/cirq-ionq/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,21 +3,24 @@ cirq-core, requests, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "cirq-ionq"; format = "setuptools"; pyproject = true; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; postPatch = '' substituteInPlace requirements.txt \ --replace "requests~=2.18" "requests" --replace-fail "requests~=2.18" "requests" ''; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cirq-core requests ]; Loading pkgs/development/python-modules/cirq-pasqal/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,21 +3,24 @@ cirq-core, requests, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "cirq-pasqal"; format = "setuptools"; pyproject = true; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; postPatch = '' substituteInPlace requirements.txt \ --replace "requests~=2.18" "requests" --replace-fail "requests~=2.18" "requests" ''; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cirq-core requests ]; Loading Loading
pkgs/development/python-modules/cirq-aqt/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,21 +3,24 @@ cirq-core, requests, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "cirq-aqt"; format = "setuptools"; pyproject = true; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; postPatch = '' substituteInPlace requirements.txt \ --replace "requests~=2.18" "requests" --replace-fail "requests~=2.18" "requests" ''; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cirq-core requests ]; Loading
pkgs/development/python-modules/cirq-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { version = "1.4.1"; pyproject = true; disabled = pythonOlder "3.9"; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "quantumlib"; Loading @@ -47,7 +47,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace requirements.txt \ --replace "matplotlib~=3.0" "matplotlib" --replace-fail "matplotlib~=3.0" "matplotlib" ''; build-system = [ setuptools ]; Loading
pkgs/development/python-modules/cirq-google/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -15,11 +15,9 @@ buildPythonPackage rec { sourceRoot = "${src.name}/${pname}"; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ cirq-core google-api-core protobuf Loading
pkgs/development/python-modules/cirq-ionq/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,21 +3,24 @@ cirq-core, requests, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "cirq-ionq"; format = "setuptools"; pyproject = true; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; postPatch = '' substituteInPlace requirements.txt \ --replace "requests~=2.18" "requests" --replace-fail "requests~=2.18" "requests" ''; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cirq-core requests ]; Loading
pkgs/development/python-modules/cirq-pasqal/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -3,21 +3,24 @@ cirq-core, requests, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "cirq-pasqal"; format = "setuptools"; pyproject = true; inherit (cirq-core) version src meta; sourceRoot = "${src.name}/${pname}"; postPatch = '' substituteInPlace requirements.txt \ --replace "requests~=2.18" "requests" --replace-fail "requests~=2.18" "requests" ''; propagatedBuildInputs = [ build-system = [ setuptools ]; dependencies = [ cirq-core requests ]; Loading