Skip to content

Commit

Permalink
Merge pull request #212 from statisticsnorway/gridlooper
Browse files Browse the repository at this point in the history
fix dependencies
  • Loading branch information
mortewle authored Apr 22, 2024
2 parents efc3737 + b18ce76 commit 93bc021
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <ort@ssb.no>"]
license = "MIT"
Expand All @@ -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"
Expand All @@ -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]
Expand All @@ -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"
Expand Down

0 comments on commit 93bc021

Please sign in to comment.