From 2f48b931ccdeea28d5dd8ed25da6a8511df32945 Mon Sep 17 00:00:00 2001 From: crvernon Date: Mon, 8 Jul 2024 16:33:57 -0400 Subject: [PATCH] add yaml dep --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 110cc69..da23794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,10 @@ dependencies = [ "scipy>=1.11.2", "pyomo>=6.6.2", "matplotlib>=3.7.2", + "PyYAML>=5.4.1", + "toml>=0.10.2" ] + classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3.9",