Skip to content

Commit

Permalink
docs: fix build and pin dependencies (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Oct 30, 2024
1 parent cd922c3 commit 5d974d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.
#
# The short X.Y version.
release: str = get_version("pypsa")
release: str = get_version("atlite")
version: str = ".".join(release.split(".")[:2])
# The full version, including alpha/beta/rc tags.
release = version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers=[
]
requires-python = ">=3.9"
dependencies = [
"numpy",
"numpy<2.0",
"scipy",
"pandas>=0.25",
"bottleneck",
Expand Down

0 comments on commit 5d974d1

Please sign in to comment.