Skip to content

Commit

Permalink
chore: bump quackosm version (#465)
Browse files Browse the repository at this point in the history
* chore: bump quackosm version

* chore: add changelog entry
  • Loading branch information
RaczeQ authored Sep 25, 2024
1 parent b02f78c commit 7dbaf0d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bumped minimal QuackOSM version to `0.11.0`

## [0.7.6] - 2024-08-29

### Fixed
Expand Down
119 changes: 49 additions & 70 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ osm = [
"overpass>=0.7",
"pillow>=8.0.0",
"beautifulsoup4",
"quackosm>=0.9.1",
"quackosm>=0.11.0",
]
# pdm add -G voronoi <library>
voronoi = ["pymap3d>=3.0.0", "haversine>=2.0.0", "scipy>=1.10.0", "spherical-geometry>=1.3.2"]
Expand Down

0 comments on commit 7dbaf0d

Please sign in to comment.