Skip to content

Commit

Permalink
restrict shapely version
Browse files Browse the repository at this point in the history
  • Loading branch information
DeoLeung authored Jul 24, 2024
1 parent 5b8eb7c commit 0538a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requires-python = '>=3.8'
dependencies = [
'pymeos-cffi >=1.1.0, <2',
'python-dateutil',
'shapely',
'shapely>=2.0.0',
]

[project.optional-dependencies]
Expand Down Expand Up @@ -65,4 +65,4 @@ pandas = [
'Changelog' = 'https://github.com/MobilityDB/PyMEOS/blob/master/pymeos/CHANGELOG.md'

[tool.setuptools.dynamic]
version = { attr = "pymeos.__version__" }
version = { attr = "pymeos.__version__" }

0 comments on commit 0538a1a

Please sign in to comment.