Skip to content

Commit

Permalink
Update requirements.txt at tutorial_template.md
Browse files Browse the repository at this point in the history
Sync documentation with source code at https://github.com/kedro-org/kedro-starters/blob/main/spaceflights/%7B%7B%20cookiecutter.repo_name%20%7D%7D/src/requirements.txt

Signed-off-by: Laiza Parizotto <laizamsparizotto@gmail.com>
  • Loading branch information
laizaparizotto committed Oct 9, 2023
1 parent fa1b0b1 commit 9b70c77
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/source/tutorial/tutorial_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,28 @@ The spaceflights project dependencies are stored in `src/requirements.txt`(you m

```text
# code quality packages
black==22.0
flake8>=3.7.9, <5.0
black~=22.0
ipython>=7.31.1, <8.0; python_version < '3.8'
ipython~=8.10; python_version >= '3.8'
isort~=5.0
nbstripout~=0.4
ruff~=0.0.290
# notebook tooling
jupyter~=1.0
jupyterlab~=3.0
jupyterlab_server>=2.11.1, <2.16.0
jupyterlab~=3.0
# Pytest + useful extensions
pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=7.2
# Kedro dependencies and datasets to work with different data formats (including CSV, Excel, and Parquet)
kedro~=0.18.13
kedro-datasets[pandas.CSVDataSet, pandas.ExcelDataSet, pandas.ParquetDataSet]~=1.1
kedro~={{ cookiecutter.kedro_version }}
kedro-datasets[pandas.CSVDataSet, pandas.ExcelDataSet, pandas.ParquetDataSet]~=1.0
kedro-telemetry~=0.2.0
kedro-viz~=6.0 # Visualise pipelines
# For modelling in the data science pipeline
# For modeling in the data science pipeline
scikit-learn~=1.0
```

Expand Down

0 comments on commit 9b70c77

Please sign in to comment.