-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated polars to the stable version
- Loading branch information
1 parent
6aa1f41
commit 4d81ad2
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,4 +137,4 @@ | |
"Sample", | ||
] | ||
|
||
__version__ = "0.4.21" | ||
__version__ = "0.4.22" |