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
90 stars 64 forks source link

Remove use of dimod's preprocessing extra install arg #418

Closed hhtong closed 3 years ago

hhtong commented 3 years ago

dwave-preprocessing was promoted to a full dependency in dimod==0.10.5 and the preprocessing extra install argument was removed.

This will fix a pkg_resources.UnknownExtra error that comes up when another package requires dwave-system but dwave-preprocessing is not installed (despite dwave-preprocessing not being a requirement).