Skip to content

Commit

Permalink
fix project toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
pvstorageoptimization committed Sep 25, 2024
1 parent 70b9637 commit 880e722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

Expand Down

0 comments on commit 880e722

Please sign in to comment.