File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77
88[project ]
99name = " awkward_cpp"
10- version = " 38 "
10+ version = " 39 "
1111dependencies = [
1212 " numpy>=1.18.0" ,
1313 " importlib_resources;python_version < \" 3.9\" "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77
88[project ]
99name = " awkward"
10- version = " 2.6.8 "
10+ version = " 2.6.9 "
1111description = " Manipulate JSON-like data with NumPy-like idioms."
1212license = { text = " BSD-3-Clause" }
1313requires-python = " >=3.8"
@@ -41,7 +41,7 @@ classifiers = [
4141 " Topic :: Utilities" ,
4242]
4343dependencies = [
44- " awkward_cpp==38 " ,
44+ " awkward_cpp==39 " ,
4545 " importlib_metadata>=4.13.0;python_version < \" 3.12\" " ,
4646 " numpy>=1.18.0" ,
4747 " packaging" ,
You can’t perform that action at this time.
0 commit comments