python version 3.10 for feature branch (#298)

* switch to python version 3.10 from 3.9 because of Numpy requirements
This commit is contained in:
Normann 2024-12-30 14:26:12 +01:00 committed by GitHub
parent 75987db9e1
commit 45079ca29c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
## Installation
The project requires Python 3.9 or newer. Currently there are no official packages or images published.
The project requires Python 3.10 or newer. Currently there are no official packages or images published.
Following sections describe how to locally start the EOS server on `http://localhost:8503`.

View File

@ -7,7 +7,7 @@ authors = [
description = "This project provides a comprehensive solution for simulating and optimizing an energy system based on renewable energy sources. With a focus on photovoltaic (PV) systems, battery storage (batteries), load management (consumer requirements), heat pumps, electric vehicles, and consideration of electricity price data, this system enables forecasting and optimization of energy flow and costs over a specified period."
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",