Skip to content

Commit

Permalink
Fix ambiguous kedro requirement in all starters (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht authored Nov 26, 2024
1 parent 1cbb5da commit a94a86d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"ipython>=8.10",
"jupyterlab>=3.0",
"notebook",
"kedro~={{ cookiecutter.kedro_version }}",
"kedro[jupyter]",
"kedro[jupyter]~={{ cookiecutter.kedro_version }}",
"kedro-datasets[pandas-csvdataset]>=3.0",
"kedro-airflow~=0.5"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ipython>=8.10
jupyterlab>=3.0
notebook
kedro~={{ cookiecutter.kedro_version }}
kedro[jupyter]
kedro[jupyter]~={{ cookiecutter.kedro_version }}
kedro-datasets[pandas-csvdataset]>=3.0
kedro-airflow~=0.5
3 changes: 1 addition & 2 deletions databricks-iris/{{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"ipython>=8.10",
"jupyterlab>=3.0",
"notebook",
"kedro~={{ cookiecutter.kedro_version }}",
"kedro[jupyter]",
"kedro[jupyter]~={{ cookiecutter.kedro_version }}",
"kedro-datasets[spark, pandas, spark.SparkDataset, pandas.ParquetDataset]>=3.0",
"numpy~=1.21"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ipython>=8.10
jupyterlab>=3.0
notebook
kedro~={{ cookiecutter.kedro_version }}
kedro[jupyter]
kedro[jupyter]~={{ cookiecutter.kedro_version }}
kedro-datasets[spark, pandas, spark-sparkdataset, pandas-parquetdataset]>=3.0
numpy~=1.21
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"ipython>=8.10",
"jupyterlab>=3.0",
"notebook",
"kedro~={{ cookiecutter.kedro_version }}",
"kedro[jupyter]",
"kedro[jupyter]~={{ cookiecutter.kedro_version }}",
"kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset, plotly-plotlydataset, plotly-jsondataset, matplotlib-matplotlibwriter]>=3.0",
"kedro-viz>=6.7.0",
"scikit-learn~=1.5.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ipython>=8.10
jupyterlab>=3.0
notebook
kedro~={{ cookiecutter.kedro_version }}
kedro[jupyter]
kedro[jupyter]~={{ cookiecutter.kedro_version }}
kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset, plotly-plotlydataset, plotly-jsondataset, matplotlib-matplotlibwriter]>=3.0
kedro-viz>=6.7.0
scikit-learn~=1.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"ipython>=8.10",
"jupyterlab>=3.0",
"notebook",
"kedro~={{ cookiecutter.kedro_version }}",
"kedro[jupyter]",
"kedro[jupyter]~={{ cookiecutter.kedro_version }}",
"kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset]>=3.0",
"kedro-viz>=6.7.0",
"scikit-learn~=1.5.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ipython>=8.10
jupyterlab>=3.0
notebook
kedro~={{ cookiecutter.kedro_version }}
kedro[jupyter]
kedro[jupyter]~={{ cookiecutter.kedro_version }}
kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset]>=3.0
kedro-viz>=6.7.0
scikit-learn~=1.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"ipython>=8.10",
"jupyterlab>=3.0",
"notebook",
"kedro~={{ cookiecutter.kedro_version }}",
"kedro[jupyter]",
"kedro[jupyter]~={{ cookiecutter.kedro_version }}",
"kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset, spark-sparkdataset, plotly-plotlydataset, plotly-jsondataset, matplotlib-matplotlibwriter]>=3.0",
"kedro-viz>=6.7.0",
"scikit-learn~=1.5.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ipython>=8.10
jupyterlab>=3.0
notebook
kedro~={{ cookiecutter.kedro_version }}
kedro[jupyter]
kedro[jupyter]~={{ cookiecutter.kedro_version }}
kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset, spark-sparkdataset, plotly-plotlydataset, plotly-jsondataset, matplotlib-matplotlibwriter]>=3.0
kedro-viz>=6.7.0
scikit-learn~=1.5.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies = [
"ipython>=8.10",
"jupyterlab>=3.0",
"notebook",
"kedro~={{ cookiecutter.kedro_version }}",
"kedro[jupyter]",
"kedro[jupyter]~={{ cookiecutter.kedro_version }}",
"kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset, spark-sparkdataset]>=3.0",
"kedro-viz>=6.7.0",
"scikit-learn~=1.5.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ipython>=8.10
jupyterlab>=3.0
notebook
kedro~={{ cookiecutter.kedro_version }}
kedro[jupyter]
kedro[jupyter]~={{ cookiecutter.kedro_version }}
kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset, spark-sparkdataset]>=3.0
kedro-viz>=6.7.0
scikit-learn~=1.5.1

0 comments on commit a94a86d

Please sign in to comment.