Skip to content

Commit 87c6964

Browse files
committed
⬆️ bump numpy to 2.3.4
1 parent 713f97b commit 87c6964

File tree

4 files changed

+245
-245
lines changed

4 files changed

+245
-245
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.3.3.0.dev0"
12+
version = "2.3.4.0.dev0"
1313
description = "Experimental Typing Stubs for NumPy"
1414
readme = "README.md"
1515
authors = [{ name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com" }]
@@ -39,7 +39,7 @@ requires-python = ">=3.11"
3939
dependencies = []
4040

4141
[project.optional-dependencies]
42-
numpy = ["numpy>=2.3.3,<2.4"]
42+
numpy = ["numpy>=2.3.4"]
4343

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

0 commit comments

Comments
 (0)