Skip to content

Commit

Permalink
pyproject.toml error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Aug 16, 2024
1 parent 889519f commit fa39d0c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.9"

dependencies = [
"geopy",
"haversine",
"networkx",
"numpy",
"pandas",
"pykml",
"pyproj",
"scipy",
"shapely",
"matplotlib",
]

[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"pre-commit"
]

classifiers = [
"Development Status :: 4 - Beta", "Intended Audience :: Developers",
"Intended Audience :: Education",
Expand All @@ -55,6 +35,26 @@ keywords = [
"geomorphology"
]

dependencies = [
"geopy",
"haversine",
"networkx",
"numpy",
"pandas",
"pykml",
"pyproj",
"scipy",
"shapely",
"matplotlib",
]

[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"pre-commit"
]

[project.urls]
Repository = "https://github.com/cyschneck/centerline-width"
Issues = "https://github.com/cyschneck/centerline-width/issues"
Expand Down

0 comments on commit fa39d0c

Please sign in to comment.