Skip to content

Commit

Permalink
Fix more numpy 2 test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad committed Oct 11, 2024
1 parent 07322cc commit c92e39f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdks/python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ deps =
Sphinx==7.4.7
sphinx_rtd_theme==3.0.1
docutils>=0.18.1
Jinja2==3.1.0
Jinja2==3.1.0
commands =
time {toxinidir}/scripts/generate_pydoc.sh

Expand Down Expand Up @@ -297,6 +297,7 @@ deps =
# Since Pandas 2 requires pyarrow>=7, downgrade pandas for this test.
3: pyarrow>=3,<4
3: pandas<2
3: numpy>=1.14.3,<1.27.0
# Test against versions of pyarrow released in last ~2 years.
9: pyarrow>=9,<10
10: pyarrow>=10,<11
Expand All @@ -321,8 +322,10 @@ deps =
14: numpy>=1.14.3,<1.27.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
15: numpy>=1.14.3,<1.27.0
20: pandas>=2.0.0,<2.1.0
20: pyarrow>=7
20: numpy>=1.14.3,<1.27.0
commands =
# Log pandas and numpy version for debugging
/bin/sh -c "pip freeze | grep -E '(pandas|numpy)'"
Expand Down

0 comments on commit c92e39f

Please sign in to comment.