File tree Expand file tree Collapse file tree 3 files changed +140
-136
lines changed Expand file tree Collapse file tree 3 files changed +140
-136
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ source-include = [".mypyignore"] # for scipy-stubs-feedstock
99
1010[project ]
1111name = " scipy-stubs"
12- version = " 1.16.2.5 .dev0"
12+ version = " 1.16.3.0 .dev0"
1313description = " Type annotations for SciPy"
1414readme = " README.md"
1515authors = [
@@ -39,7 +39,7 @@ requires-python = ">=3.11"
3939dependencies = [" 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 ]
4545Homepage = " https://scipy.org/"
Original file line number Diff line number Diff line change 11import 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 "
66release : _t .Final = True
77git_revision : _t .Final [_t .LiteralString ] = ...
You can’t perform that action at this time.
0 commit comments