Skip to content

Commit

Permalink
Fix tox.ini maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
caneff committed Nov 14, 2023
1 parent 095f60e commit cc94b49
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -275,17 +275,13 @@ commands =
deps =
# Pandas 2 minimum for pyarrow is 7
3:
pyarrow>=3,<4
pandas<2
pyarrow>=3,<4 pandas<2
4:
pyarrow>=4,<5
pandas<2
pyarrow>=4,<5 pandas<2
5:
pyarrow>=5,<6
pandas<2
pyarrow>=5,<6 pandas<2
6:
pyarrow>=6,<7
pandas<2
pyarrow>=6,<7 pandas<2
7: pyarrow>=7,<8
8: pyarrow>=8,<9
9: pyarrow>=9,<10
Expand Down Expand Up @@ -315,7 +311,7 @@ deps =
14: pandas>=1.4.3,<1.5.0
# Exclude 1.5.0 and 1.5.1 because of https://github.com/pandas-dev/pandas/issues/45725
15: pandas>=1.5.2,<1.6.0
20: pandas>=2.0.0,<2.1.0
20: pandas>=2.0.0,<2.1.0, pyarrow >= 7
commands =
# Log pandas and numpy version for debugging
/bin/sh -c "pip freeze | grep -E '(pandas|numpy)'"
Expand Down

0 comments on commit cc94b49

Please sign in to comment.