From 95d9e0a0a6193a877ef8dab117f303617c141155 Mon Sep 17 00:00:00 2001 From: afisher1 <4552674+afisher1@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:57:41 -0700 Subject: [PATCH] updating pyproject.toml to use prereleases of cimgraph and gridappsd-python --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71acec6..88336b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,9 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -gridappsd-python = "^2023.12.1" -cim-graph = "^0.1.2a0" +gridappsd-python = {version = "^2024", allow-prereleases = true} +cim-graph = {version = "^0.1", allow-prereleases = true} +opendssdirect-py = "^0.9" [tool.poetry.group.dev.dependencies] pre-commit = "^3.6.0"