Reduced need for routing by limiting to a radius of 7 miles

This commit is contained in:
Kadir 2024-04-01 15:21:31 +02:00
parent 6a43a7f485
commit c8c53b8696
4 changed files with 82 additions and 23 deletions

View file

@ -18,6 +18,7 @@ transformers = "^4.38.2"
pytesseract = "^0.3.10"
jupyterlab = "^4.1.4"
pandas = "^2.2.1"
geopy = "^2.4.1"
[tool.poetry.dev-dependencies]