Skip to content

Commit

Permalink
Merge pull request #71 from statisticsnorway/dep-fix
Browse files Browse the repository at this point in the history
Fixed dependencies
  • Loading branch information
sebrothe authored Aug 28, 2024
2 parents e851624 + 16f29a8 commit 16beb63
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-arbmark-fagfunksjoner"
version = "0.0.22"
version = "0.0.23"
description = "SSB Arbeidsmarked og lønn Fag-fellesfunksjoner"
authors = ["Jan Sebastian Rothe <[email protected]>"]
license = "MIT"
Expand All @@ -15,13 +15,13 @@ classifiers = ["Development Status :: 4 - Beta"]
Changelog = "https://github.com/statisticsnorway/ssb-arbmark-fagfunksjoner/releases"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10,<4"
click = ">=8.0.1"
pandas = ">=1.5.3"
numpy = "^2.0.0"
numpy = ">=1.26.4"
holidays = "<1.0"
pandas-stubs = ">=2.1.1.230928"
dapla-toolbelt = "^3.0.1"
dapla-toolbelt = ">=2.0.6"
ssb-klass-python = ">=0.0.9"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 16beb63

Please sign in to comment.