During requirements compilation (pip-compile requirements.in) I get a warning:
WARNING: kedro-datasets 4.1.0 does not provide the extra 'pandas-gbqtabledataset-pandas-genericdataset'
It works but in compiled requirements.txt there's:
# scroll to the right => \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
kedro-datasets[pandas,pandas-base,pandas-csvdataset,pandas-deltatabledataset,pandas-exceldataset,pandas-featherdataset,pandas-gbqquerydataset,pandas-gbqtabledataset-pandas-genericdataset,pandas-hdfdataset,pandas-jsondataset,pandas-parquetdataset,pandas-sqlquerydataset,pandas-sqltabledataset,pandas-xmldataset]==4.1.0
Hello 👋
During requirements compilation (
pip-compile requirements.in
) I get a warning:It works but in compiled
requirements.txt
there's:In
requirements.in
I have an entry:...aaaand I think that root cause of this is dot instead of comma here: https://github.com/kedro-org/kedro-plugins/blob/kedro-datasets-4.1.0/kedro-datasets/pyproject.toml#L107
Thanks in advance ☺️