We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6007226 commit c4a2e57Copy full SHA for c4a2e57
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
7
8
[project]
9
name = "awkward"
10
-version = "2.8.10"
+version = "2.8.11"
11
description = "Manipulate JSON-like data with NumPy-like idioms."
12
license = "BSD-3-Clause"
13
license-files = ["LICENSE"]
@@ -43,7 +43,7 @@ classifiers = [
43
"Topic :: Utilities",
44
]
45
dependencies = [
46
- "awkward_cpp==50",
+ "awkward_cpp==51",
47
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
48
"numpy>=1.18.0",
49
"packaging",
0 commit comments