We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b9637 commit 880e722Copy full SHA for 880e722
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "optibess_algorithm"
7
-version = "0.1.1"
+version = "0.1.2"
8
description = "Optibess Algorithm is a python 3.10+ library for simulating and optimizing a photovoltaic system with power storage."
9
authors = [{ name = "El-mor Renewable Energies Dev Team" }]
10
readme = "README.rst"
@@ -27,6 +27,7 @@ dependencies = [
27
"timezonefinder==6.1.9",
28
"pvlib==0.10.2",
29
"solarfactors>=1.5.3",
30
+ "onnxruntime==1.19.2",
31
]
32
requires-python = ">=3.10"
33
0 commit comments