mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
Update requirements for dev branch (#488)
* Update requirements * Update requirements-dev.txt * Update pyproject.toml * Update README.md
This commit is contained in:
parent
2a5879c177
commit
2c1f16a3fb
@ -10,7 +10,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
## Installation
|
||||
|
||||
The project requires Python 3.10 or newer. Official docker images can be found at [akkudoktor/eos](https://hub.docker.com/r/akkudoktor/eos).
|
||||
The project requires Python 3.11 or newer. Official docker images can be found at [akkudoktor/eos](https://hub.docker.com/r/akkudoktor/eos).
|
||||
|
||||
Following sections describe how to locally start the EOS server on `http://localhost:8503`.
|
||||
|
||||
|
@ -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.10"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Programming Language :: Python :: 3",
|
||||
|
@ -1,13 +1,13 @@
|
||||
-r requirements.txt
|
||||
gitpython==3.1.44
|
||||
myst-parser==4.0.0
|
||||
sphinx==8.1.3
|
||||
myst-parser==4.0.1
|
||||
sphinx==8.2.3
|
||||
sphinx_rtd_theme==3.0.2
|
||||
sphinx-tabs==3.4.7
|
||||
pytest==8.3.4
|
||||
pytest==8.3.5
|
||||
pytest-cov==6.0.0
|
||||
pytest-xprocess==1.0.2
|
||||
pre-commit
|
||||
mypy==1.13.0
|
||||
types-requests==2.32.0.20241016
|
||||
pandas-stubs==2.2.3.241126
|
||||
mypy==1.15.0
|
||||
types-requests==2.32.0.20250306
|
||||
pandas-stubs==2.2.3.250308
|
||||
|
@ -1,9 +1,9 @@
|
||||
cachebox==4.4.2
|
||||
numpy==2.2.2
|
||||
numpydantic==1.6.7
|
||||
matplotlib==3.10.0
|
||||
fastapi[standard]==0.115.7
|
||||
python-fasthtml==0.12.0
|
||||
numpy==2.2.4
|
||||
numpydantic==1.6.8
|
||||
matplotlib==3.10.1
|
||||
fastapi[standard]==0.115.11
|
||||
python-fasthtml==0.12.4
|
||||
MonsterUI==0.0.29
|
||||
markdown-it-py==3.0.0
|
||||
mdit-py-plugins==0.4.2
|
||||
@ -15,9 +15,9 @@ deap==1.4.2
|
||||
requests==2.32.3
|
||||
pandas==2.2.3
|
||||
pendulum==3.0.0
|
||||
platformdirs==4.3.6
|
||||
platformdirs==4.3.7
|
||||
psutil==6.1.1
|
||||
pvlib==0.11.2
|
||||
pvlib==0.12.0
|
||||
pydantic==2.10.6
|
||||
statsmodels==0.14.4
|
||||
pydantic-settings==2.7.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user