Skip to content

Commit

Permalink
Merge pull request #13 from afisher1/develop
Browse files Browse the repository at this point in the history
updating pyproject.toml
  • Loading branch information
Tylores authored Apr 16, 2024
2 parents 3b47968 + 95d9e0a commit f4f8746
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f4f8746

Please sign in to comment.