Skip to content

Commit

Permalink
Bump upper bound on Kedro to 0.18 🔼 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored Dec 27, 2020
1 parent 4bd060a commit 72f585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"kedro.hooks": ["kedro-accelerator = kedro_accelerator.plugins:hooks"]
},
python_requires=">=3.6, <3.9",
install_requires=["kedro>=0.16, <0.17"],
install_requires=["kedro>=0.16, <0.18"],
extras_require={
"docs": [
"sphinx>=1.6.3, <2.0",
Expand Down

0 comments on commit 72f585c

Please sign in to comment.