mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-10-11 11:56:17 +00:00
Compare commits
3 Commits
NormannK-p
...
NormannK-p
Author | SHA1 | Date | |
---|---|---|---|
|
447f7d05be | ||
|
c72051a08e | ||
|
60bd320fbc |
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -5,7 +5,16 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Update dependencies on the main branch
|
||||
- package-ecosystem: "pip" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
target-branch: "main" # Target the main branch
|
||||
|
||||
# Update dependencies on the feature/config-nested branch
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
target-branch: "feature/config-nested" # Target the specific feature branch
|
||||
|
@@ -10,7 +10,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
## System requirements
|
||||
|
||||
- Python >= 3.10, < 3.13
|
||||
- Python >= 3.11, < 3.13
|
||||
- Architecture: amd64, aarch64 (armv8)
|
||||
- OS: Linux, Windows, macOS
|
||||
|
||||
|
@@ -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",
|
||||
|
@@ -2,7 +2,7 @@
|
||||
gitpython==3.1.44
|
||||
linkify-it-py==2.0.3
|
||||
myst-parser==4.0.1
|
||||
sphinx==8.1.3
|
||||
sphinx==8.2.3
|
||||
sphinx_rtd_theme==3.0.2
|
||||
sphinx-tabs==3.4.7
|
||||
pytest==8.3.5
|
||||
|
Reference in New Issue
Block a user