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 b0342d5 commit 3bde467Copy full SHA for 3bde467
.github/requirements-old.txt
@@ -1,5 +1,5 @@
1
# Ensure changes to these dependencies are reflected in pyproject.toml
2
attrs==25.3.0
3
-npy-append-array==0.9.7
+npy-append-array==0.9.19
4
numpy==2.3.1
5
scipy==1.16.0
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
dependencies = [
24
# Ensure changes to these dependencies are reflected in .github/requirements-old.txt
25
"attrs>=25.3.0",
26
- "npy-append-array>=0.9.7",
+ "npy-append-array>=0.9.19",
27
"numpy>=2.3.1",
28
"scipy>=1.16.0",
29
]
0 commit comments