Skip to content

Commit

Permalink
Ensure kedro<0.20 (to be figured out by dependabot).
Browse files Browse the repository at this point in the history
  • Loading branch information
NowanIlfideme committed Mar 22, 2024
1 parent e67790f commit 7e6de55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pydantic>=1.10.0,<2", # TODO
"pydantic-yaml>=1.1.2",
"ruamel-yaml<0.18", # Current limitation
"kedro>=0.19.3",
"kedro>=0.19.3,<0.20",
"kedro-datasets>=2.1.0",
"fsspec",
]
Expand Down

0 comments on commit 7e6de55

Please sign in to comment.