Skip to content

Commit 06e154a

Browse files
authored
Merge pull request #596 from numpy/numpy-2.3.2
2 parents 8d961cc + b33b9a7 commit 06e154a

2 files changed

Lines changed: 80 additions & 57 deletions

File tree

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.3.1.0.dev0"
8+
version = "2.3.2.0.dev0"
99
description = "Experimental Typing Stubs for NumPy"
1010
readme = "README.md"
1111
authors = [
@@ -37,7 +37,7 @@ requires-python = ">=3.11"
3737
dependencies = []
3838

3939
[project.optional-dependencies]
40-
numpy = ["numpy>=2.3.1,<2.4"]
40+
numpy = ["numpy>=2.3.2,<2.4"]
4141

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

0 commit comments

Comments
 (0)