Skip to content

Commit

Permalink
build: bump polars to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Sep 17, 2024
1 parent 612ea74 commit f4acdfd
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 @@ -17,7 +17,7 @@ python = "^3.11,<3.13"
apipkg = "^3.0.2"
matplotlib = "^3.6.3"
pillow = ">=9.5,<11.0"
polars = {extras = ["numpy", "pyarrow"], version = ">=0.20.25,<1.1.0"}
polars = {extras = ["numpy", "pyarrow"], version = "^1.1.0"}
scikit-learn = "^1.2.0"
statsmodels = "^0.14.1"
torch = "^2.3.0"
Expand Down

0 comments on commit f4acdfd

Please sign in to comment.