diff --git a/pyproject.toml b/pyproject.toml index 31f0d083..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" @@ -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"