Commit 100ec1b0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6f32ddc0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, deprecated
, fetchFromGitHub
, importlib-metadata
, ipython
@@ -20,13 +21,15 @@
, retry
, rpcq
, scipy
, tenacity
, types-deprecated
, types-python-dateutil
, types-retry
}:

buildPythonPackage rec {
  pname = "pyquil";
  version = "3.5.0";
  version = "3.5.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -35,7 +38,7 @@ buildPythonPackage rec {
    owner = "rigetti";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-Fr9SnAzDHaSKp0AYra/gCZOJ5Fzcx1EO56ahZQZP2Ss=";
    hash = "sha256-Iarmi3W4OFa72BEZPLJqMZghYMv1UrDERc4yQjchXj8=";
  };

  pythonRelaxDeps = [
@@ -49,6 +52,7 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    deprecated
    lark
    networkx
    numpy
@@ -56,6 +60,8 @@ buildPythonPackage rec {
    retry
    rpcq
    scipy
    tenacity
    types-deprecated
    types-python-dateutil
    types-retry
  ] ++ lib.optionals (pythonOlder "3.8") [