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: Danny Farah <danny_farah@mckinsey.com>
  • Loading branch information
astrojuanlu authored and dannyrfar committed May 3, 2023
1 parent c190e31 commit 7d648e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kedro-datasets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
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"
DELTA = "delta-spark~=1.2.1"



def _collect_requirements(requires):
return sorted(set(chain.from_iterable(requires.values())))

Expand Down

0 comments on commit 7d648e6

Please sign in to comment.