Hi! Pandas just released the <2.0.0>, which looks ...
# questions
f
Hi! Pandas just released the 2.0.0, which looks quite promising. Do you know if/when Kedro will support this version? Could this be included in the next 0.19 release?
a
🥳 3
👍🏼 1
Since kedro-datasets have been split into a separate package we shouldn’t need to do a new release of kedro for this to be supported.
f
Great, thanks!
d
if you want you can also install it manually, it will still work we just take a conservative approach for external deps
f
Yup, we have internal packages that depend on Kedro, and poetry won't let us specify pandas 2.0.0 if Kedro limits it to below 2. With kedro datasets, it should be ok though
👍 2
👍🏼 1
d
I guess the good thing is that, even for
kedro-datasets
, pretty much everything is an "extra` dependency, so even if
kedro-datasets
caps you can just skip the extra and manually specify the dependency (whereas, if something is a non-extra dependency of the package, you're stuck unless you create a temporary fork or something).