Skip to content

Commit

Permalink
ci(datasets): Update pyproject.toml to pin Kedro 0.19 for kedro-datas…
Browse files Browse the repository at this point in the history
…ets (#526)

Update pyproject.toml

Signed-off-by: Nok Lam Chan <[email protected]>
  • Loading branch information
noklam authored Jan 29, 2024
1 parent 2f4b17a commit 01f1ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Kedro-Datasets is where you can find all of Kedro's data connecto
requires-python = ">=3.9"
license = {text = "Apache Software License (Apache 2.0)"}
dependencies = [
"kedro>=0.16",
"kedro>=0.19",
"lazy_loader",
]
dynamic = ["readme", "version", "optional-dependencies"]
Expand Down

0 comments on commit 01f1ccf

Please sign in to comment.