Skip to content

Commit

Permalink
Merge branch 'hotfix/scipy_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
vogt31337 committed Jun 25, 2024
2 parents ebcc27b + f8ee549 commit 45de89c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = "2.14"
# The full version, including alpha/beta/rc tags.
release = "2.14.8"
release = "2.14.9"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pandapower/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.14.8"
__version__ = "2.14.9"
__format_version__ = "2.14.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='pandapower',
version='2.14.8',
version='2.14.9',
author='Leon Thurner, Alexander Scheidler',
author_email='[email protected], [email protected]',
description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.',
Expand All @@ -45,7 +45,7 @@
python_requires='>=3.8',
install_requires=["pandas>=1.0",
"networkx>=2.5",
"scipy",
"scipy<1.14",
"numpy<2.0",
"packaging",
"tqdm",
Expand Down

0 comments on commit 45de89c

Please sign in to comment.