Skip to content

Commit

Permalink
updated polars to the stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
MamadouSDiallo committed Jul 14, 2024
1 parent 6aa1f41 commit 4d81ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Mamadou S Diallo <[email protected]>"]
description = "Select, weight and analyze complex sample data"
license = "MIT"
name = "samplics"
version = "0.4.21"
version = "0.4.22"

readme = "README.md"

Expand Down Expand Up @@ -33,7 +33,7 @@ python = ">=3.10"
numpy = ">=2.0"
pandas = ">=2.1"
matplotlib = ">=3.4"
polars = {extras = ["pyarrow"], version = "^0.20.31"}
polars = {extras = ["pyarrow"], version = "^1.1"}
statsmodels = ">=0.13"

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/samplics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@
"Sample",
]

__version__ = "0.4.21"
__version__ = "0.4.22"

0 comments on commit 4d81ad2

Please sign in to comment.