Skip to content

Commit e2e64b9

Browse files
committed
Ensure hybrid samplers' sampleset has wait_id()
The fix is implemented in dwavesystems/dimod#1393, and supported by dwavesystems/dwave-cloud-client#674.
1 parent ca356fd commit e2e64b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dimod==0.12.17
1+
dimod==0.12.18
22
dwave-optimization==0.4.0
33
dwave-preprocessing==0.6.7
44
dwave-cloud-client==0.12.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
exec(open(os.path.join(".", "dwave", "system", "package_info.py")).read())
2525

2626

27-
install_requires = ['dimod>=0.12.7,<0.14.0',
27+
install_requires = ['dimod>=0.12.18,<0.14.0',
2828
'dwave-optimization>=0.1.0,<0.6',
2929
'dwave-cloud-client>=0.12.0,<0.14.0',
3030
'dwave-networkx>=0.8.10',

0 commit comments

Comments
 (0)