Skip to content

Commit 5d974d1

Browse files
authored
docs: fix build and pin dependencies (#396)
1 parent cd922c3 commit 5d974d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
release: str = get_version("pypsa")
77+
release: str = get_version("atlite")
7878
version: str = ".".join(release.split(".")[:2])
7979
# The full version, including alpha/beta/rc tags.
8080
release = version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers=[
2828
]
2929
requires-python = ">=3.9"
3030
dependencies = [
31-
"numpy",
31+
"numpy<2.0",
3232
"scipy",
3333
"pandas>=0.25",
3434
"bottleneck",

0 commit comments

Comments
 (0)