From 2c1f16a3fb21175e2ee28ff9f5d4c9c842be2a87 Mon Sep 17 00:00:00 2001 From: Normann Date: Sun, 23 Mar 2025 22:31:49 +0100 Subject: [PATCH] Update requirements for dev branch (#488) * Update requirements * Update requirements-dev.txt * Update pyproject.toml * Update README.md --- README.md | 2 +- pyproject.toml | 2 +- requirements-dev.txt | 12 ++++++------ requirements.txt | 14 +++++++------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 407fe69..5678bf3 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/pyproject.toml b/pyproject.toml index 0c5df87..69195e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements-dev.txt b/requirements-dev.txt index 7748ad9..734330d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index a92b864..7fa2846 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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