diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc75e0..1896d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [Unreleased] +* Fix build issues; move click and click-log to non-dev dependencies. * Fix issue with file reading when using non-default paths, and add test for it. ## [0.7.2] - 2025-03-14 diff --git a/pyproject.toml b/pyproject.toml index 7eac545..894eb43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,6 +66,8 @@ dependencies = [ "basemap-data-hires>=1.3.2", "global-land-mask>=1.0.0", "folium>=0.14.0", + "click>=8.1", + "click-log>=0.4.0", ] [project.optional-dependencies] @@ -97,8 +99,6 @@ dev = [ "jupyter>=1.1", "pandas-stubs>=2.2", "pydantic>=2.5", - "click>=8.1", - "click-log>=0.4.0", ] [project.scripts]