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.
scipy
1.15.3
1 parent edfa7d7 commit d9f4230Copy full SHA for d9f4230
‎pyproject.toml‎
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
6
[project]
7
name = "scipy-stubs"
8
-version = "1.15.2.3.dev0"
+version = "1.15.3.0.dev0"
9
description = "Type annotations for SciPy"
10
readme = "README.md"
11
authors = [
@@ -34,7 +34,7 @@ requires-python = ">=3.10"
34
dependencies = ["optype>=0.9.3"]
35
36
[project.optional-dependencies]
37
- scipy = ["scipy>=1.15.2,<1.16"]
+ scipy = ["scipy>=1.15.3,<1.16"]
38
39
[project.urls]
40
Homepage = "https://scipy.org/"
0 commit comments