Skip to content

Commit

Permalink
Merge pull request #6 from dwave-examples/fix/adapt-for-codespaces
Browse files Browse the repository at this point in the history
Adapt for Codespaces
  • Loading branch information
randomir authored Apr 24, 2024
2 parents f06e564 + 376a227 commit 24a83f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open%20in%20GitHub%20Codespaces-333?logo=github)](https://codespaces.new/dwave-examples/mvrp-dash?quickstart=1)
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open%20in%20GitHub%20Codespaces-333?logo=github)](https://codespaces.new/dwave-examples/mvrp?quickstart=1)

# Multi Vehicle Routing Problem

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# pinned to latest known working version
# lower bound set to latest known working version
# may (likely) works with older versions as well
dwave-ocean-sdk==6.8.0
osmnx==1.9.1
matplotlib==3.7.5
mapclassify==2.6.0
dwave-ocean-sdk>=6.9.0
osmnx>=1.9.1
matplotlib~=3.0
mapclassify>=2.6.0
folium==0.15.1
scipy==1.10.1
scipy>=1.10.1,<2
dash[diskcache]==2.15.0
python-tsp==0.4.0

0 comments on commit 24a83f7

Please sign in to comment.