You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing kedro-datasets[option] installs a different set of dependencies than kedro[option]. It appears that kedro-datasets[option] is installing the superset of requirements for all datasets.
jmholzer
changed the title
pip installing kedro-datasets[...] causes different dependencies to installing kedro[...]
pip installing kedro-datasets[option] causes different dependencies to installing kedro[option]
Oct 27, 2022
Description
Installing
kedro-datasets[option]
installs a different set of dependencies thankedro[option]
. It appears thatkedro-datasets[option]
is installing the superset of requirements for all datasets.Context
This is currently blocking kedro-org/kedro#1495
Steps to Reproduce
pip install "kedro[pandas.CSVDataSet]"; pip freeze > requirements-kedro.txt
pip install "kedro-datasets[pandas.CSVDataSet]"; pip freeze > requirements-kedro-datasets.txt
The text was updated successfully, but these errors were encountered: