Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
astrojuanlu committed Sep 1, 2023
1 parent d7d9175 commit f721321
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
@@ -122,6 +122,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
@@ -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

0 comments on commit f721321

Please sign in to comment.