We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
short_version
"1.15.1"
1 parent ce581c8 commit 0c1de93Copy full SHA for 0c1de93
‎scipy-stubs/version.pyi
@@ -1,8 +1,8 @@
1
-from typing import Final as _Final, Literal as _Literal
+from typing import Final as _Final
2
from typing_extensions import LiteralString as _LiteralString
3
4
version: _Final[_LiteralString] = ...
5
full_version: _Final[_LiteralString] = ...
6
-short_version: _Final[_Literal["1.15.0rc2", "1.15.0", "1.15.1"]] = ...
+short_version: _Final = "1.15.1"
7
git_revision: _Final[_LiteralString] = ...
8
release: _Final[bool] = ...
0 commit comments