Skip to content

Commit 14de68c

Browse files
committed
📌 upgrade numpy to 2.4.1
1 parent 89c6e53 commit 14de68c

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source-exclude = ['\@test', ".ruff_cache", ".ruff.toml"]
99

1010
[project]
1111
name = "numtype"
12-
version = "2.4.0.0a1"
12+
version = "2.4.1.0a2.dev0"
1313
description = "Experimental Typing Stubs for NumPy"
1414
readme = "README.md"
1515
authors = [{ name = "Joren Hammudoglu", email = "[email protected]" }]
@@ -34,7 +34,7 @@ requires-python = ">=3.11"
3434
dependencies = []
3535

3636
[project.optional-dependencies]
37-
numpy = ["numpy>=2.4.0,<2.5.0"]
37+
numpy = ["numpy>=2.4.1,<2.5.0"]
3838

3939
[project.urls]
4040
Homepage = "https://numpy.org/"

0 commit comments

Comments
 (0)