https://kedro.org/ logo
#questions
Title
# questions
f

FlorianGD

04/04/2023, 7:55 AM
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

Antony Milne

04/04/2023, 8:07 AM
🥳 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

FlorianGD

04/04/2023, 8:14 AM
Great, thanks!
d

datajoely

04/04/2023, 9:11 AM
if you want you can also install it manually, it will still work we just take a conservative approach for external deps
f

FlorianGD

04/04/2023, 9:25 AM
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

Deepyaman Datta

04/04/2023, 12:54 PM
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).