From 78eb43b17540b6dcbff3ef6f8a914d76b723c3e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:30:19 +0000 Subject: [PATCH] Bump pypsa from 0.26.2 to 0.32.1 Bumps [pypsa](https://github.com/PyPSA/PyPSA) from 0.26.2 to 0.32.1. - [Release notes](https://github.com/PyPSA/PyPSA/releases) - [Commits](https://github.com/PyPSA/PyPSA/compare/v0.26.2...v0.32.1) --- updated-dependencies: - dependency-name: pypsa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index d719e71e..f9bdb7e0 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -10,7 +10,7 @@ pandas >= 1.4.0 plotly pypower pyproj >= 3.0.0 -pypsa == 0.26.2 +pypsa == 0.32.1 pyyaml saio scikit-learn < 1.6 # Workaround: Pin scikit-learn to version 1.5 to fix failing doc check on GitHub diff --git a/setup.py b/setup.py index b8445c69..2e1b57d1 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def read(fname): "pygeos", "pypower", "pyproj >= 3.0.0", - "pypsa == 0.26.2", + "pypsa == 0.32.1", "pyyaml", "saio", "scikit-learn < 1.3.0",