We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d961cc + b33b9a7 commit 06e154aCopy full SHA for 06e154a
2 files changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
6
[project]
7
name = "numtype"
8
-version = "2.3.1.0.dev0"
+version = "2.3.2.0.dev0"
9
description = "Experimental Typing Stubs for NumPy"
10
readme = "README.md"
11
authors = [
@@ -37,7 +37,7 @@ requires-python = ">=3.11"
37
dependencies = []
38
39
[project.optional-dependencies]
40
- numpy = ["numpy>=2.3.1,<2.4"]
+ numpy = ["numpy>=2.3.2,<2.4"]
41
42
[project.urls]
43
Homepage = "https://numpy.org/"
0 commit comments