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

Commit 6881e38

Browse files
authored
Merge pull request #68 from chrisburr/fix-requirements
Increase minimum root_numpy version
2 parents 30f7151 + fd0bf68 commit 6881e38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ install:
2424
- conda info -a
2525
- conda config --add channels http://conda.anaconda.org/NLeSC
2626
- conda config --set show_channel_urls yes
27-
- conda create -q -n testenv python=${PYTHON} root=${ROOT} rootpy pandas nose
27+
- conda create -q -n testenv python=${PYTHON} root=${ROOT} pandas nose
2828
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2929
- source activate testenv
30+
- pip install --user --no-binary=root_numpy root_numpy==4.4.1 rootpy
3031
- pip install coverage coveralls
3132

3233
script: nosetests --with-coverage --cover-package=root_pandas

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pandas
2-
root_numpy>=4.4.0
2+
root_numpy>=4.4.1

0 commit comments

Comments
 (0)