dwavesystems / dwave-system

An API for easily incorporating the D-Wave system as a sampler, either directly or through Leap's cloud-based hybrid samplers
https://docs.ocean.dwavesys.com/
Apache License 2.0
87 stars 61 forks source link

Use dimod 0.12.7 in requirements.txt #493

Closed arcondello closed 1 year ago

arcondello commented 1 year ago

Use a more modern version of dimod to get the benefit of https://github.com/dwavesystems/dimod/pull/1332 and thereby fix the current CI errors in the integration tests on the main branch.

~We could also bump the minimum version in setup.py, but because dimod.CaseLabelDQM is only rarely used, I think it makes sense to be more permissive.~ Ended up requiring dimod >= 0.12.7