Skip to content

Commit 726d7aa

Browse files
committed
move black to dev dependencies
1 parent c7c089a commit 726d7aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[Unreleased](https://github.com/RolnickLab/geospatial-tools/tree/main) (latest)
44
-------------------------------------------------------------------------------------
55

6-
[//]: # (New changes here in list form)
6+
- Fix `black` dependency that was not correctly setup in dev dependency group
77

88
[0.1.0](https://github.com/RolnickLab/geospatial-tools/tree/0.1.0) (2024-09-20)
99
-------------------------------------------------------------------------------------

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ leafmap = "^0.31.9"
1919
pystac-client = "^0.7.7"
2020
planetary-computer = "^1.0.0"
2121
rioxarray = "^0.15.5"
22-
black = "^24.4.2"
2322
pyogrio = "^0.8.0"
2423
docformatter = {extras = ["toml"], version = "^1.7.5"}
2524
dask-geopandas = "^0.4.1"
@@ -44,6 +43,7 @@ flake8-pyproject = "^1.2.3"
4443
docformatter = {extras = ["toml"], version = "^1.7.5"}
4544
nbval = "^0.11.0"
4645

46+
black = "^24.8.0"
4747
[tool.poetry.group.lab.dependencies]
4848
jupyterlab = "^4.0.10"
4949
notebook = "^7.0.6"

0 commit comments

Comments
 (0)