File tree Expand file tree Collapse file tree 2 files changed +76
-62
lines changed Expand file tree Collapse file tree 2 files changed +76
-62
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " scipy-stubs"
7
- version = " 1.16.0.3 .dev0"
7
+ version = " 1.16.1.0 .dev0"
8
8
description = " Type annotations for SciPy"
9
9
readme = " README.md"
10
10
authors = [
@@ -33,7 +33,7 @@ requires-python = ">=3.11"
33
33
dependencies = [" optype[numpy]>=0.13.1,<0.14" ]
34
34
35
35
[project .optional-dependencies ]
36
- scipy = [" scipy>=1.16.0 ,<1.17" ]
36
+ scipy = [" scipy>=1.16.1 ,<1.17" ]
37
37
38
38
[project .urls ]
39
39
Homepage = " https://scipy.org/"
@@ -73,16 +73,12 @@ force-include = { ".mypyignore" = ".mypyignore" } # for scipy-stubs-feedstock
73
73
[tool .poe .tasks .clean ]
74
74
cmd = """
75
75
rm -rf
76
- scipy-stubs/**/*.pyc
77
- scipy-stubs/**/__pycache__
78
- scripts/*.pyc
79
- scripts/__pycache__
80
- tests/**/*.pyc
81
- tests/**/__pycache__
82
- ./**/.cache
83
- ./**/.mypy_cache
84
- ./**/.ruff_cache
85
- ./**/.tox
76
+ **/*.pyc
77
+ **/__pycache__
78
+ **/.cache
79
+ **/.mypy_cache
80
+ **/.ruff_cache
81
+ **/.tox
86
82
"""
87
83
88
84
[tool .poe .tasks .stubtest ]
You can’t perform that action at this time.
0 commit comments