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

Commit eee5d11

Browse files
committed
fix: try to speed-up build
1 parent da63d80 commit eee5d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deps = -r{toxinidir}/requirements.txt
1616
py37: numpy==1.16.2
1717
py38: pandas==1.1.2
1818
py38: numpy==1.19.0
19-
py39: pandas==1.1.2
19+
py39: pandas==1.1.3
2020
py39: numpy==1.19.2
2121
# Only install pandas with non-pypy interpreters
2222
# Testing all combinations would be too expensive

0 commit comments

Comments
 (0)