From 9868ca44478aa8c088e03b9c9d80bf357ff8bfaf Mon Sep 17 00:00:00 2001
From: atse <atse@m-labs.hk>
Date: Mon, 6 Jan 2025 12:45:52 +0800
Subject: [PATCH] PyThermostat: Add dependencies to pyproject.toml

---
 pythermostat/pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pythermostat/pyproject.toml b/pythermostat/pyproject.toml
index 3e39759..ace4b44 100644
--- a/pythermostat/pyproject.toml
+++ b/pythermostat/pyproject.toml
@@ -9,6 +9,10 @@ authors = [{name = "M-Labs"}]
 description = "Python utilities for the Sinara 8451 Thermostat"
 urls.Repository = "https://git.m-labs.hk/M-Labs/thermostat"
 license = {text = "GPLv3"}
+dependencies = [
+    "numpy >= 1.26.4",
+    "matplotlib >= 3.9.2"
+]
 
 [project.gui-scripts]
 thermostat_plot = "pythermostat.plot:main"