Skip to content

Commit 880e722

Browse files
fix project toml file
1 parent 70b9637 commit 880e722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "optibess_algorithm"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Optibess Algorithm is a python 3.10+ library for simulating and optimizing a photovoltaic system with power storage."
99
authors = [{ name = "El-mor Renewable Energies Dev Team" }]
1010
readme = "README.rst"
@@ -27,6 +27,7 @@ dependencies = [
2727
"timezonefinder==6.1.9",
2828
"pvlib==0.10.2",
2929
"solarfactors>=1.5.3",
30+
"onnxruntime==1.19.2",
3031
]
3132
requires-python = ">=3.10"
3233

0 commit comments

Comments
 (0)