Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit f56fc99

Browse files
committed
fix: try to speed-up build
1 parent b72421e commit f56fc99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ deps = -r{toxinidir}/requirements.txt
1414
py36: numpy==1.15.4
1515
py37: pandas==0.24.2
1616
py37: numpy==1.16.2
17-
py38: pandas==0.24.2
18-
py38: numpy==1.17.2
19-
py39: pandas==0.24.2
20-
py39: numpy==1.16.2
17+
py38: pandas==1.1.2
18+
py38: numpy==1.19.0
19+
py39: pandas==1.1.2
20+
py39: numpy==1.19.0
2121
# Only install pandas with non-pypy interpreters
2222
# Testing all combinations would be too expensive
2323
commands = nosetests -v --with-doctest {posargs}

0 commit comments

Comments
 (0)