Skip to content

Commit

Permalink
Merge pull request #191 from statisticsnorway/deppps
Browse files Browse the repository at this point in the history
Fjerne unødvendige dependencies
  • Loading branch information
mortewle authored Feb 1, 2024
2 parents 0ec789c + 25d09f3 commit 275aee6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ssb-sgis"
version = "0.3.10"
version = "0.3.11"
description = "GIS functions used at Statistics Norway."
authors = ["Statistics Norway <ort@ssb.no>"]
license = "MIT"
Expand Down Expand Up @@ -37,16 +37,16 @@ ipython = ">=8.13.2"
rtree = "^1.0.1"
geocoder = "^1.38.1"
rasterio = "^1.3.8"
xarray = "2023.8.0"
rioxarray = "^0.14.1"
numba = "^0.57.1"
pip = "23.2.1"

[tool.poetry.group.dev.dependencies]
black = {extras = ["d", "jupyter"], version = ">=23.1.0"}
coverage = {extras = ["toml"], version = ">=7.2.1"}
darglint = ">=1.8.1"
deptry = ">=0.8.0"
numba = "^0.57.1"
xarray = "2023.8.0"
rioxarray = "^0.14.1"
flake8 = ">=6.0.0"
flake8-bandit = ">=4.1.1"
flake8-bugbear = ">=23.2.13"
Expand Down

0 comments on commit 275aee6

Please sign in to comment.