File tree Expand file tree Collapse file tree 3 files changed +54
-46
lines changed Expand file tree Collapse file tree 3 files changed +54
-46
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
6
6
[project ]
7
7
name = " scipy-stubs"
8
- version = " 1.15.1.1 .dev0"
8
+ version = " 1.15.2.0 .dev0"
9
9
description = " Type annotations for SciPy"
10
10
readme = " README.md"
11
11
authors = [
@@ -36,7 +36,7 @@ requires-python = ">=3.10"
36
36
dependencies = [" optype>=0.9.1" ]
37
37
38
38
[project .optional-dependencies ]
39
- scipy = [" scipy>=1.15.1 ,<1.16" ]
39
+ scipy = [" scipy>=1.15.2 ,<1.16" ]
40
40
41
41
[project .urls ]
42
42
Homepage = " https://scipy.org/"
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ from typing_extensions import LiteralString as _LiteralString
3
3
4
4
version : _Final [_LiteralString ] = ...
5
5
full_version : _Final [_LiteralString ] = ...
6
- short_version : _Final = "1.15.1 "
6
+ short_version : _Final = "1.15.2 "
7
7
git_revision : _Final [_LiteralString ] = ...
8
8
release : _Final [bool ] = ...
You can’t perform that action at this time.
0 commit comments