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

Commit

Permalink
The latest package named 'uproot-methods' in PyPI has to exclude Awkw…
Browse files Browse the repository at this point in the history
…ard 1.
  • Loading branch information
jpivarski committed Dec 5, 2020
1 parent 8f539fb commit 18568f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_description():
download_url = "https://github.com/scikit-hep/uproot-methods/releases",
license = "BSD 3-clause",
test_suite = "tests",
install_requires = ["numpy>=1.13.1", "awkward>=0.11.0"],
install_requires = ["numpy>=1.13.1", "awkward<1.0.0"],
tests_require = [],
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion uproot_methods/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import re

__version__ = "0.8.0"
__version__ = "0.9.2"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit 18568f5

Please sign in to comment.