Skip to content

Commit

Permalink
fix(datasets): Debug and fix kedro-datasets nightly build failures (#…
Browse files Browse the repository at this point in the history
…541)

* pin deltalake

* Update kedro-datasets/setup.py

Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>

* Update setup.py

Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>

* sort order and compare

* Update setup.py

* lint

* pin deltalake

* add comment to pin

---------

Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
SajidAlamQB and astrojuanlu authored Feb 8, 2024
1 parent b675485 commit 9ecbd27
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 @@ -184,7 +184,7 @@ def _collect_requirements(requires):
"coverage[toml]",
"dask[complete]>=2021.10",
"delta-spark>=1.0, <3.0",
"deltalake>=0.10.0",
"deltalake>=0.10.0, <0.15.2", # temporary pin as 0.15.2 breaks some of our tests
"dill~=0.3.1",
"filelock>=3.4.0, <4.0",
"gcsfs>=2023.1, <2023.3",
Expand Down

0 comments on commit 9ecbd27

Please sign in to comment.