Skip to content

Commit

Permalink
Revert "Replace outdated extras requirement with kedro-datasets"
Browse files Browse the repository at this point in the history
This reverts commit dfa8a9e.

Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Aug 18, 2023
1 parent 6c1c4be commit 97524f6
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("kedro-datasets[pandas.CSVDataSet]")
install_reqs.append(".[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-datasets[pandas.CSVDataSet]~=1.2
kedro[pandas.CSVDataSet]=={{ cookiecutter.kedro_version }}
kedro-telemetry~=0.2.0
nbstripout~=0.4
pytest-cov~=3.0
Expand Down

0 comments on commit 97524f6

Please sign in to comment.