From b7d490680a667683d44e90c8f5ace06d273b0c2f Mon Sep 17 00:00:00 2001 From: Melody Wong Date: Tue, 16 Apr 2019 18:05:24 -0700 Subject: [PATCH 1/2] Update set up to work with current penaltymodel-cache --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56fd4db..861070b 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ install_requires = [ 'penaltymodel>=0.16.0,<0.17.0', - 'penaltymodel-cache>=0.3.2,<0.4.0', + 'penaltymodel-cache>=0.3.2,<0.5.0', 'networkx>=2.0,<3.0', 'dimod>=0.6.7,<0.9.0', 'six>=1.11.0,<2.0.0', From 1c5a580b031ec20efcad039955847e6965cd2be0 Mon Sep 17 00:00:00 2001 From: Melody Wong Date: Tue, 16 Apr 2019 18:12:19 -0700 Subject: [PATCH 2/2] Bump up penaltymodel-cache lowerbound Lowerbound in all other penaltymodels in this setup.py support a Specification object with min_classical_gap as an attribute. Cache should do the same. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 861070b..933f420 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ install_requires = [ 'penaltymodel>=0.16.0,<0.17.0', - 'penaltymodel-cache>=0.3.2,<0.5.0', + 'penaltymodel-cache>=0.4.0,<0.5.0', 'networkx>=2.0,<3.0', 'dimod>=0.6.7,<0.9.0', 'six>=1.11.0,<2.0.0',