@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
[project ]
6
6
name = " scipy-stubs"
7
7
version = " 1.15.1.0.dev0"
8
- description = " Precise type-hints for all of SciPy"
8
+ description = " Type annotations for SciPy"
9
9
readme = " README.md"
10
10
authors = [
11
11
{
name =
" Joren Hammudoglu" ,
email =
" [email protected] " },
@@ -35,7 +35,7 @@ dependencies = [
35
35
[dependency-groups ]
36
36
extras = [" scipy-stubs[scipy]" ]
37
37
ci = [" packaging>=24.2" ]
38
- codegen = [" libcst>=1.5.1 ,<2" ]
38
+ codegen = [" libcst>=1.6.0 ,<2" ]
39
39
mdformat = [
40
40
" mdformat>=0.7.21" ,
41
41
" mdformat-gfm>=0.4.1" ,
@@ -44,7 +44,7 @@ mdformat = [
44
44
lint = [
45
45
{include-group = " extras" },
46
46
{include-group = " mdformat" },
47
- " ruff>=0.9.0 " ,
47
+ " ruff>=0.9.1 " ,
48
48
" sp-repo-review[cli]>=2024.8.19" ,
49
49
]
50
50
typecheck = [
@@ -57,7 +57,7 @@ typecheck = [
57
57
dev = [
58
58
{include-group = " lint" },
59
59
{include-group = " typecheck" },
60
- " poethepoet>=0.32.0 ,<1" ,
60
+ " poethepoet>=0.32.1 ,<1" ,
61
61
" pre-commit>=4.0.1,<5" ,
62
62
" pre-commit-uv>=4.1.4,<5" ,
63
63
]
0 commit comments