Skip to content

Commit 2e5c5a7

Browse files
authored
📌 numpy 2.2.6 (#560)
1 parent f5adce6 commit 2e5c5a7

File tree

4 files changed

+146
-149
lines changed

4 files changed

+146
-149
lines changed

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "numtype"
8-
version = "2.2.5.0.dev0"
8+
version = "2.2.6.0.dev0"
99
description = "Experimental Typing Stubs for NumPy"
1010
readme = "README.md"
1111
authors = [
@@ -38,7 +38,7 @@ requires-python = ">=3.11"
3838
dependencies = []
3939

4040
[project.optional-dependencies]
41-
numpy = ["numpy>=2.2.5,<2.3"]
41+
numpy = ["numpy>=2.2.6,<2.3"]
4242

4343
[project.urls]
4444
Homepage = "https://numpy.org/"

0 commit comments

Comments
 (0)