Skip to content

Commit 0f8643f

Browse files
committed
Soften numpy test dependency
We can just use the lastest 2.x version
1 parent 79d2640 commit 0f8643f

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
@@ -48,7 +48,7 @@ deps =
4848
pandas1: pandas >= 1.0, < 2.0
4949
pandas1: numpy == 1.24.3
5050
pandas2: pandas >= 2.2.2, < 3.0
51-
pandas2: numpy == 2.2.2
51+
pandas2: numpy >= 2.0
5252
pyarrow15: pyarrow >= 15.0, < 16.0
5353
pyarrow16: pyarrow >= 16.0, < 17.0
5454
pyarrow17: pyarrow >= 17.0, < 18.0

0 commit comments

Comments
 (0)