We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd922c3 commit 5d974d1Copy full SHA for 5d974d1
doc/conf.py
@@ -74,7 +74,7 @@
74
# built documents.
75
#
76
# The short X.Y version.
77
-release: str = get_version("pypsa")
+release: str = get_version("atlite")
78
version: str = ".".join(release.split(".")[:2])
79
# The full version, including alpha/beta/rc tags.
80
release = version
pyproject.toml
@@ -28,7 +28,7 @@ classifiers=[
28
]
29
requires-python = ">=3.9"
30
dependencies = [
31
- "numpy",
+ "numpy<2.0",
32
"scipy",
33
"pandas>=0.25",
34
"bottleneck",
0 commit comments