Skip to content

Commit

Permalink
Sync pyproject and dev-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdnolan committed Jan 13, 2025
1 parent 202d652 commit 9a70b81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"pooch",
"pyproj",
"scipy",
"shapely",
"tqdm",
"xarray",
]
Expand All @@ -32,7 +33,7 @@ dependencies = [
docs = [
# building documentation
"sphinx",
"myst-parser",
"myst-nb",
"sphinx-book-theme",
"sphinx-copybutton",
"sphinx-remove-toctrees",
Expand All @@ -41,8 +42,9 @@ docs = [
dev = [
# linting and testing
"pip",
"pytest",
"pytest-timeout",
"isort",
"flynt",
"flake8",
"mypy",
"pre-commit",
Expand Down

0 comments on commit 9a70b81

Please sign in to comment.