Skip to content

Commit

Permalink
Add more information about the dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kamilest and coderabbitai[bot] authored Oct 22, 2024
1 parent eb9b52b commit 28bc2c8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/MEDS_DEV/templates/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28bc2c8

Please sign in to comment.