This repository was archived by the owner on Jan 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ install:
43
43
- pip install $NUMPY
44
44
- if [[ $TRAVIS_PYTHON_VERSION = pypy* ]] ; then pip install "numpy<1.16.0" ; fi # FIXME: pypy bug in numpy
45
45
- python -c 'import numpy; print(numpy.__version__)'
46
- - pip install "awkward>=0.9.0 "
46
+ - pip install "awkward>=0.9.0rc1 "
47
47
- python -c 'import awkward; print(awkward.__version__)'
48
48
- pip install pytest pytest-runner
49
49
- pip install --upgrade pyOpenSSL # for deployment
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ install:
46
46
build_script :
47
47
- " pip install %NUMPY%"
48
48
- " pip install pytest pytest-runner"
49
- - " pip install awkward>=0.9.0 "
49
+ - " pip install awkward>=0.9.0rc1 "
50
50
- " pytest -v tests"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def get_description():
41
41
download_url = "https://github.com/scikit-hep/uproot-methods/releases" ,
42
42
license = "BSD 3-clause" ,
43
43
test_suite = "tests" ,
44
- install_requires = ["numpy>=1.13.1" , "awkward>=0.9.0 " ],
44
+ install_requires = ["numpy>=1.13.1" , "awkward>=0.9.0rc1 " ],
45
45
tests_require = [],
46
46
classifiers = [
47
47
"Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments