dwave-examples / mvrp

Capacitated Vehicle Routing Problem example on D-Wave's hybrid solvers.
Apache License 2.0
4 stars 3 forks source link

Adapt for Codespaces #6

Closed randomir closed 6 months ago

randomir commented 6 months ago

In examples (or repos that use dwavesys/ocean-dev container), it's best to pin only what's actually necessary, and use looser specifiers where possible, e.g. a lower bound only or a range.

This ensures older (but not actually required) versions are not installed over the newer versions available in ocean-dev.

This minimizes resource utilization, saving the planet one build at a time. :laughing: