Skip to content

Commit

Permalink
Adding missing polyline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Oct 15, 2024
1 parent a30e89e commit a8461b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
"kaleido>=0.2.1",
"numpy>=1.22.3",
"plotly>=5.7.0",
"polyline>=2.0.2",
"scipy>=1.8.0",
]
description = "Tools for plotting routes, clusters and more from JSON"
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jsonpath_ng==1.6.1
kaleido==0.2.1
numpy==1.26.4
plotly==5.21.0
polyline==2.0.2
scipy==1.13.0
pytest==7.1.1
imagehash==4.3.1
Expand Down

0 comments on commit a8461b6

Please sign in to comment.