Skip to content

Commit daf86bb

Browse files
brs96FlorentinD
andcommitted
Fix tox multiple pakcages
Co-authored-by: Florentin Dörre <[email protected]>
1 parent 7e23dfe commit daf86bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ deps =
3434
pytest
3535
neo4j4: neo4j >= 4.4.2, < 5.0
3636
neo4j5: neo4j >= 5.0, < 6.0
37-
pandas1:
38-
pandas >= 1.0, < 2.0
39-
numpy == 1.24.3
37+
pandas1: pandas >= 1.0, < 2.0
38+
pandas1: numpy == 1.24.3
4039
pandas2: pandas >= 2.0, < 3.0
4140
pyarrow4: pyarrow >= 4.0, < 5.0
4241
pyarrow5: pyarrow >= 5.0, < 6.0

0 commit comments

Comments
 (0)