-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #988 from scikit-hep/main-v510
chore: merge `main-v510` into `main`, ending the two-main branch era
- Loading branch information
Showing
22 changed files
with
670 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ name = "uproot" | |
description = "ROOT I/O in pure Python and NumPy." | ||
readme = "README.md" | ||
license = "BSD-3-Clause" | ||
requires-python = ">=3.7" | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "Jim Pivarski", email = "[email protected]" }, | ||
] | ||
|
@@ -25,11 +25,11 @@ classifiers = [ | |
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering", | ||
"Topic :: Scientific/Engineering :: Information Analysis", | ||
"Topic :: Scientific/Engineering :: Mathematics", | ||
|
@@ -38,10 +38,11 @@ classifiers = [ | |
"Topic :: Utilities", | ||
] | ||
dependencies = [ | ||
"awkward>=2.0.0", | ||
"awkward>=2.4.6", | ||
"importlib-metadata;python_version<\"3.8\"", | ||
"numpy", | ||
"packaging", | ||
"typing_extensions>=4.1.0; python_version < \"3.11\"" | ||
] | ||
dynamic = [ | ||
"version", | ||
|
@@ -50,16 +51,16 @@ dynamic = [ | |
[project.optional-dependencies] | ||
dev = [ | ||
"boost_histogram>=0.13", | ||
"dask-awkward>=2023.9.0;python_version >= \"3.8\"", | ||
"dask[array];python_version >= \"3.8\"", | ||
"dask-awkward>=2023.10.0", | ||
"dask[array]", | ||
"hist>=1.2", | ||
"pandas", | ||
"awkward-pandas;python_version >= \"3.8\"", | ||
"awkward-pandas", | ||
] | ||
test = [ | ||
"lz4", | ||
"minio", | ||
"aiohttp", | ||
"aiohttp; python_version<\"3.12\"", | ||
"fsspec", | ||
"fsspec-xrootd", | ||
"pytest>=6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.