From 28bc2c8111ad1e172175ee7159b558cc07b414c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=C4=97=20Stankevi=C4=8Di=C5=ABt=C4=97?= <33470490+kamilest@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:13:00 -0400 Subject: [PATCH] Add more information about the dependencies Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- src/MEDS_DEV/templates/model.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/MEDS_DEV/templates/model.md b/src/MEDS_DEV/templates/model.md index bb3014e..dc152d2 100644 --- a/src/MEDS_DEV/templates/model.md +++ b/src/MEDS_DEV/templates/model.md @@ -23,7 +23,17 @@ Provide information about the computational requirements of your model, includin ## Dependencies -Add any dependencies that your model may have. +List all dependencies required to run your model. For each dependency, provide: + +- Name of the dependency +- Version number (if applicable) +- Any specific installation instructions (if needed) + +Example: +- Python 3.8+ +- TensorFlow 2.4.0 +- NumPy 1.19.5 +- Pandas 1.2.0 ## Running the model