Skip to content

Commit d9f4230

Browse files
committed
📌 upgrade scipy to 1.15.3
1 parent edfa7d7 commit d9f4230

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "scipy-stubs"
8-
version = "1.15.2.3.dev0"
8+
version = "1.15.3.0.dev0"
99
description = "Type annotations for SciPy"
1010
readme = "README.md"
1111
authors = [
@@ -34,7 +34,7 @@ requires-python = ">=3.10"
3434
dependencies = ["optype>=0.9.3"]
3535

3636
[project.optional-dependencies]
37-
scipy = ["scipy>=1.15.2,<1.16"]
37+
scipy = ["scipy>=1.15.3,<1.16"]
3838

3939
[project.urls]
4040
Homepage = "https://scipy.org/"

0 commit comments

Comments
 (0)