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.
1 parent 13808a5 commit 2ca5ccdCopy full SHA for 2ca5ccd
awkward-cpp/pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
7
8
[project]
9
name = "awkward_cpp"
10
-version = "47"
+version = "48"
11
dependencies = [
12
"numpy>=1.18.0"
13
]
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
name = "awkward"
-version = "2.8.5"
+version = "2.8.6"
description = "Manipulate JSON-like data with NumPy-like idioms."
license = "BSD-3-Clause"
license-files = ["LICENSE"]
@@ -43,7 +43,7 @@ classifiers = [
43
"Topic :: Utilities",
44
45
46
- "awkward_cpp==47",
+ "awkward_cpp==48",
47
"importlib_metadata>=4.13.0;python_version < \"3.12\"",
48
"numpy>=1.18.0",
49
"packaging",
0 commit comments