Skip to content

Commit 5f9a3d1

Browse files
committed
Properly set the tox pandas value
1 parent 4a64dc5 commit 5f9a3d1

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
@@ -46,7 +46,7 @@ deps =
4646
tests: betamax >= 0.8.1
4747
tests: betamax_serializers >= 0.2.0
4848
tests: scikit-learn
49-
tests: pandas == 1.5.3
49+
tests: pandas < 2.0.0
5050
tests: cython # required to install pandas from source
5151
tests: swat >= 1.8
5252
tests: kerberos ; platform_system != "Windows" and platform_system != "Darwin"

0 commit comments

Comments
 (0)