Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 18568f5

Browse files
committed
The latest package named 'uproot-methods' in PyPI has to exclude Awkward 1.
1 parent 8f539fb commit 18568f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_description():
4141
download_url = "https://github.com/scikit-hep/uproot-methods/releases",
4242
license = "BSD 3-clause",
4343
test_suite = "tests",
44-
install_requires = ["numpy>=1.13.1", "awkward>=0.11.0"],
44+
install_requires = ["numpy>=1.13.1", "awkward<1.0.0"],
4545
tests_require = [],
4646
classifiers = [
4747
"Development Status :: 5 - Production/Stable",

uproot_methods/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import re
66

7-
__version__ = "0.8.0"
7+
__version__ = "0.9.2"
88
version = __version__
99
version_info = tuple(re.split(r"[-\.]", __version__))
1010

0 commit comments

Comments
 (0)