Skip to content

Commit 5a72322

Browse files
brs96Mats-SX
andcommitted
Fix pandas1 for numpy
Co-authored-by: Mats Rydberg <mats@neo4j.org>
1 parent e615fd4 commit 5a72322

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ deps =
3737
pytest
3838
neo4j4: neo4j >= 4.4.2, < 5.0
3939
neo4j5: neo4j >= 5.0, < 6.0
40-
pandas1: pandas >= 1.0, < 2.0
40+
pandas1:
41+
pandas >= 1.0, < 2.0
42+
numpy == 1.24.3
4143
pandas2: pandas >= 2.0, < 3.0
4244
pyarrow4: pyarrow >= 4.0, < 5.0
4345
pyarrow5: pyarrow >= 5.0, < 6.0

0 commit comments

Comments
 (0)