Skip to content

Commit a5a4ce6

Browse files
committed
📌 upgrade scipy to 1.16.1
1 parent db37b93 commit a5a4ce6

File tree

2 files changed

+76
-62
lines changed

2 files changed

+76
-62
lines changed

‎pyproject.toml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scipy-stubs"
7-
version = "1.16.0.3.dev0"
7+
version = "1.16.1.0.dev0"
88
description = "Type annotations for SciPy"
99
readme = "README.md"
1010
authors = [
@@ -33,7 +33,7 @@ requires-python = ">=3.11"
3333
dependencies = ["optype[numpy]>=0.13.1,<0.14"]
3434

3535
[project.optional-dependencies]
36-
scipy = ["scipy>=1.16.0,<1.17"]
36+
scipy = ["scipy>=1.16.1,<1.17"]
3737

3838
[project.urls]
3939
Homepage = "https://scipy.org/"
@@ -73,16 +73,12 @@ force-include = { ".mypyignore" = ".mypyignore" } # for scipy-stubs-feedstock
7373
[tool.poe.tasks.clean]
7474
cmd = """
7575
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
8682
"""
8783

8884
[tool.poe.tasks.stubtest]

0 commit comments

Comments
 (0)