This repository was archived by the owner on Jan 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ install:
4242 - pip install $NUMPY
4343 - if [[ $TRAVIS_PYTHON_VERSION = pypy* ]] ; then pip install "numpy<1.16.0" ; fi # FIXME: pypy bug in numpy
4444 - python -c 'import numpy; print(numpy.__version__)'
45- - pip install "awkward>=0.11.0rc1 "
45+ - pip install "awkward>=0.11.0 "
4646 - python -c 'import awkward; print(awkward.__version__)'
4747 - pip install pytest pytest-runner
4848 - pip install --upgrade pyOpenSSL # for deployment
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ install:
4646build_script :
4747 - " pip install %NUMPY%"
4848 - " pip install pytest pytest-runner"
49- - " pip install \" awkward>=0.11.0rc1 \" "
49+ - " pip install \" awkward>=0.11.0 \" "
5050 - " python -c \" import awkward; print(awkward.__version__)\" "
5151 - " pytest -v tests"
Original file line number Diff line number Diff line change 11numpy >= 1.13.1
2- awkward >= 0.10 .0
2+ awkward >= 0.11 .0
Original file line number Diff line number Diff 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.0rc1 " ],
44+ install_requires = ["numpy>=1.13.1" , "awkward>=0.11.0 " ],
4545 tests_require = [],
4646 classifiers = [
4747 "Development Status :: 4 - Beta" ,
Original file line number Diff line number Diff line change 44
55import re
66
7- __version__ = "0.7.0rc1 "
7+ __version__ = "0.7.0 "
88version = __version__
99version_info = tuple (re .split (r"[-\.]" , __version__ ))
1010
You can’t perform that action at this time.
0 commit comments