We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kedro/features/steps/test_starter/{{ cookiecutter.repo_name }}/src/requirements.txt
Line 9 in 16dd1df
This should be kedro-datasets[pandas.CSVDataSet] instead (even though we might soon deprecate that name, see kedro-org/kedro-plugins#306)
kedro-datasets[pandas.CSVDataSet]
The text was updated successfully, but these errors were encountered:
pyproject.toml
This issue is outdated and has already been done, see: https://github.com/kedro-org/kedro/blob/main/features/steps/test_starter/%7B%7B%20cookiecutter.repo_name%20%7D%7D/requirements.txt
Sorry, something went wrong.
No branches or pull requests
Description
kedro/features/steps/test_starter/{{ cookiecutter.repo_name }}/src/requirements.txt
Line 9 in 16dd1df
This should be
kedro-datasets[pandas.CSVDataSet]
instead (even though we might soon deprecate that name, see kedro-org/kedro-plugins#306)Context
Possible Implementation
Possible Alternatives
The text was updated successfully, but these errors were encountered: