Skip to content

Commit

Permalink
Modify dependencies for upstream compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonmeso committed Jan 30, 2024
1 parent d224c4f commit 4d5dde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "osiris"}]
[tool.poetry.dependencies]
python = "^3.11"
numpy = "^1.26.2"
typer = {version = "0.7.0", extras = ["all"]}
typer = {version = "*", extras = ["all"]}
polars = {extras = ["pyarrow"], version = "^0.19.16"}
pandas = ">=1.3.0,<3.0.0"

Expand Down

0 comments on commit 4d5dde2

Please sign in to comment.