Skip to content

Commit

Permalink
Upgrade Polars (kedro-org#171)
Browse files Browse the repository at this point in the history
* Upgrade Polars

Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>

* Update Polars to 0.17.x

---------

Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
Signed-off-by: Tingting_Wan <tingting_wan@mckinsey.com>
  • Loading branch information
astrojuanlu authored and tingtingQB committed May 1, 2023
1 parent 3bb3717 commit ae3bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SPARK = "pyspark>=2.2, <4.0"
HDFS = "hdfs>=2.5.8, <3.0"
S3FS = "s3fs>=0.3.0, <0.5"
POLARS = "polars~=0.15.16"
POLARS = "polars~=0.17.0"


def _collect_requirements(requires):
Expand Down

0 comments on commit ae3bc87

Please sign in to comment.