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