Skip to content

Commit

Permalink
Replace outdated extras requirement with kedro-datasets
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Aug 16, 2023
1 parent 87b81e6 commit dfa8a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ def _install_project_requirements(context):
.splitlines()
)
install_reqs = [req for req in install_reqs if "{" not in req]
install_reqs.append(".[pandas.CSVDataSet]")
install_reqs.append("kedro-datasets[pandas.CSVDataSet]")
call([context.pip, "install", *install_reqs], env=context.env)
return context
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ isort~=5.0
jupyter~=1.0
jupyterlab_server>=2.11.1, <2.16.0
jupyterlab~=3.0, <3.6.0
kedro[pandas.CSVDataSet]=={{ cookiecutter.kedro_version }}
kedro-datasets[pandas.CSVDataSet]~=1.2
kedro-telemetry~=0.2.0
nbstripout~=0.4
pytest-cov~=3.0
Expand Down

0 comments on commit dfa8a9e

Please sign in to comment.