From 8a217100fc14d6b3ef3c9f78653eb6f91972adf3 Mon Sep 17 00:00:00 2001 From: atse 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"