File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ checklist for the exam. The parenthesis at the end indicates what module the bul
170170* [ ] Create the initial file structure using cookiecutter with an appropriate template (M6)
171171* [ ] Fill out the ` data.py ` file such that it downloads whatever data you need and preprocesses it (if necessary) (M6)
172172* [ ] Add a model to ` model.py ` and a training procedure to ` train.py ` and get that running (M6)
173- * [ ] Remember to fill out the ` requirements.txt ` and ` requirements_dev.txt ` file with whatever dependencies that you
174- are using (M2+M6)
173+ * [ ] Remember to either fill out the ` requirements.txt ` / ` requirements_dev.txt ` files or keeping your
174+ ` pyproject.toml ` / ` uv.lock ` up-to-date with whatever dependencies that you are using (M2+M6)
175175* [ ] Remember to comply with good coding practices (` pep8 ` ) while doing the project (M7)
176176* [ ] Do a bit of code typing and remember to document essential parts of your code (M7)
177177* [ ] Setup version control for your data or part of your data (M8)
You can’t perform that action at this time.
0 commit comments