diff --git a/.github/workflows/Python-check.yaml b/.github/workflows/Python-check.yaml index 83406afa..3c0ee08b 100644 --- a/.github/workflows/Python-check.yaml +++ b/.github/workflows/Python-check.yaml @@ -38,7 +38,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + pip install tox==3.28.0 tox-gh-actions==2.12.0 - name: Test with tox run: tox env: diff --git a/python/dalex/setup.py b/python/dalex/setup.py index 1d815f62..c4ea08c9 100644 --- a/python/dalex/setup.py +++ b/python/dalex/setup.py @@ -80,7 +80,7 @@ def run_setup(): ], install_requires=[ 'setuptools', - 'pandas>=1.5.0', + 'pandas>=1.5.3', 'numpy>=1.23.3', 'scipy>=1.6.3', 'plotly>=5.1.0', diff --git a/tox.ini b/tox.ini index 887c674d..0832ed8a 100644 --- a/tox.ini +++ b/tox.ini @@ -28,3 +28,4 @@ deps = ipywidgets ppscore kaleido + numpy==1.26.4