8000 bump pandas and numpy · nathanielatom/influxdb-python@4e8f849 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4e8f849

Browse files
committed
bump pandas and numpy
1 parent b3ed5db commit 4e8f849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ passenv = INFLUXDB_PYTHON_INFLUXD_PATH
66
setenv = INFLUXDB_PYTHON_SKIP_SERVER_TESTS=False
77
deps = -r{toxinidir}/requirements.txt
88
-r{toxinidir}/test-requirements.txt
9-
py27,py34,py35,py36: pandas==0.20.1
10-
py27,py34,py35,py36: numpy==1.13.3
9+
py27,py34,py35,py36: pandas==0.23.1
10+
py27,py34,py35,py36: numpy==1.14.5
1111
# Only install pandas with non-pypy interpreters
1212
commands = nosetests -v --with-doctest {posargs}
1313

0 commit comments

Comments
 (0)
0