From ab5e9e02390b1e76b78da4d69aed8cfbbb154d4c Mon Sep 17 00:00:00 2001 From: Morten Letnes Date: Mon, 22 Apr 2024 13:09:56 +0200 Subject: [PATCH 1/2] fix dependencies --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31f0d083..4f426fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ Changelog = "https://github.com/statisticsnorway/ssb-sgis/releases" python = ">=3.10,<4" branca = ">=0.6.0" folium = ">=0.14.0" -geopandas = "0.14.0" -igraph = "0.11.2" +geopandas = ">=0.14.0" +igraph = ">=0.11.2" mapclassify = ">=2.5.0" matplotlib = ">=3.7.0" networkx = ">=3.0" numpy = ">=1.24.2" -pandas = "2.0.3" +pandas = ">=2.0.3" pyarrow = ">=11.0.0" requests = ">=2.28.2" scikit-learn = ">=1.2.1" @@ -37,7 +37,7 @@ ipython = ">=8.13.2" rtree = ">=1.0.1" geocoder = ">=1.38.1" rasterio = ">=1.3.8" -pip = "23.2.1" +pip = ">=23.2.1" dask = ">=2024.1.1" [tool.poetry.group.dev.dependencies] @@ -47,7 +47,7 @@ darglint = ">=1.8.1" deptry = ">=0.8.0" numba = "^0.57.1" xarray = "2023.8.0" -rioxarray = "^0.14.1" +rioxarray = ">=0.14.1" flake8 = ">=6.0.0" flake8-bandit = ">=4.1.1" flake8-bugbear = ">=23.2.13" From b18ce76b80a42798a06b4ba25794a0a09c3b85a3 Mon Sep 17 00:00:00 2001 From: Morten Letnes Date: Mon, 22 Apr 2024 13:10:56 +0200 Subject: [PATCH 2/2] version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f426fb1..06ab8080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssb-sgis" -version = "1.0.0" +version = "1.0.1" description = "GIS functions used at Statistics Norway." authors = ["Statistics Norway "] license = "MIT"