Fix missing dependencies for chapter 11's exercises
This commit is contained in:
parent
aa1f9c4437
commit
fa3a4a0309
2 changed files with 92 additions and 1 deletions
|
|
@ -16,6 +16,11 @@ python = "^3.8"
|
|||
jupyterlab = "^2.2.8"
|
||||
numpy = "^1.19.2"
|
||||
|
||||
# Chapter 11: "A Traveling Salesman Problem" exercises
|
||||
folium = "^0.11.0"
|
||||
geopy = "^2.0.0"
|
||||
googlemaps = "^4.4.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
# Task runners
|
||||
nox = "^2020.8.22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue