Skip to content

Commit

Permalink
move build to dev; remove pathlib (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 authored Jan 5, 2024
1 parent 1c9a61a commit 286f810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"build",
"cloudpathlib[s3]>=0.4.1",
"geopandas",
"geopy",
Expand All @@ -40,7 +39,6 @@ dependencies = [
"odc-stac",
"opencv-python",
"pandas",
"pathlib",
"planetary-computer",
"platformdirs",
"plotly",
Expand All @@ -58,6 +56,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"build",
"black",
"flake8",
"jupyter",
Expand Down

0 comments on commit 286f810

Please sign in to comment.