Skip to content

Commit 6587dd0

Browse files
committed
📌 bump scipy to 1.15.2
1 parent ae65a65 commit 6587dd0

File tree

3 files changed

+54
-46
lines changed

3 files changed

+54
-46
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.1.1.dev0"
8+
version = "1.15.2.0.dev0"
99
description = "Type annotations for SciPy"
1010
readme = "README.md"
1111
authors = [
@@ -36,7 +36,7 @@ requires-python = ">=3.10"
3636
dependencies = ["optype>=0.9.1"]
3737

3838
[project.optional-dependencies]
39-
scipy = ["scipy>=1.15.1,<1.16"]
39+
scipy = ["scipy>=1.15.2,<1.16"]
4040

4141
[project.urls]
4242
Homepage = "https://scipy.org/"

‎scipy-stubs/version.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ from typing_extensions import LiteralString as _LiteralString
33

44
version: _Final[_LiteralString] = ...
55
full_version: _Final[_LiteralString] = ...
6-
short_version: _Final = "1.15.1"
6+
short_version: _Final = "1.15.2"
77
git_revision: _Final[_LiteralString] = ...
88
release: _Final[bool] = ...

0 commit comments

Comments
 (0)