Skip to content

Commit eb7305c

Browse files
committed
update report checklist
1 parent 287a87c commit eb7305c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reports/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ will check the repositories and the code to verify your answers.
5858
* [ ] Create the initial file structure using cookiecutter with an appropriate template (M6)
5959
* [ ] Fill out the `data.py` file such that it downloads whatever data you need and preprocesses it (if necessary) (M6)
6060
* [ ] Add a model to `model.py` and a training procedure to `train.py` and get that running (M6)
61-
* [ ] Remember to fill out the `requirements.txt` and `requirements_dev.txt` file with whatever dependencies that you
62-
are using (M2+M6)
61+
* [ ] Remember to either fill out the `requirements.txt`/`requirements_dev.txt` files or keeping your
62+
`pyproject.toml`/`uv.lock` up-to-date with whatever dependencies that you are using (M2+M6)
6363
* [ ] Remember to comply with good coding practices (`pep8`) while doing the project (M7)
6464
* [ ] Do a bit of code typing and remember to document essential parts of your code (M7)
6565
* [ ] Setup version control for your data or part of your data (M8)

0 commit comments

Comments
 (0)