Skip to content

Commit

Permalink
Merge pull request #72 from statisticsnorway/compatibility
Browse files Browse the repository at this point in the history
Compatibility
  • Loading branch information
MagnusEngh authored Oct 2, 2024
2 parents e17c5ae + baafee7 commit b716880
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
23 changes: 10 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ssb-sirius-dash"
version = "0.2.0a8"
version = "0.2.0a9"
description = "SSB Sirius Dash"
authors = ["Stian Elisenberg <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ classifiers = ["Development Status :: 1 - Planning"]
Changelog = "https://github.com/statisticsnorway/ssb-sirius-dash/releases"

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10,<3.13"
click = ">=8.0.1"
dash = "^2.15.0"
dash-bootstrap-components = "^1.5.0"
Expand All @@ -25,8 +25,8 @@ dash-mantine-components = "^0.14.4"
dash-ag-grid = "^31.2.0"
dash-bootstrap-templates = "^1.2.4"
duckdb = "^1.0.0"
dapla-toolbelt = "^3.0.1"
pyarrow = "^17.0.0"
dapla-toolbelt = "^2.0.8"

[tool.poetry.group.dev.dependencies]
pygments = ">=2.10.0"
Expand Down

0 comments on commit b716880

Please sign in to comment.