Skip to content

Commit d0c2db1

Browse files
authored
📌 upgrade scipy to 1.16.3 (#962)
2 parents 4f75394 + 3051d20 commit d0c2db1

File tree

3 files changed

+140
-136
lines changed

3 files changed

+140
-136
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source-include = [".mypyignore"] # for scipy-stubs-feedstock
99

1010
[project]
1111
name = "scipy-stubs"
12-
version = "1.16.2.5.dev0"
12+
version = "1.16.3.0.dev0"
1313
description = "Type annotations for SciPy"
1414
readme = "README.md"
1515
authors = [
@@ -39,7 +39,7 @@ requires-python = ">=3.11"
3939
dependencies = ["optype[numpy]>=0.14.0,<0.15"]
4040

4141
[project.optional-dependencies]
42-
scipy = ["scipy>=1.16.2,<1.17"]
42+
scipy = ["scipy>=1.16.3,<1.17"]
4343

4444
[project.urls]
4545
Homepage = "https://scipy.org/"

‎scipy-stubs/version.pyi‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typing as _t
22

3-
version: _t.Final = "1.16.2"
4-
full_version: _t.Final = "1.16.2"
5-
short_version: _t.Final = "1.16.2"
3+
version: _t.Final = "1.16.3"
4+
full_version: _t.Final = "1.16.3"
5+
short_version: _t.Final = "1.16.3"
66
release: _t.Final = True
77
git_revision: _t.Final[_t.LiteralString] = ...

0 commit comments

Comments
 (0)