From c8824ae7e851ad3e9da73149ff7bdc9af5992cbd Mon Sep 17 00:00:00 2001 From: Hubert Baniecki Date: Wed, 2 Oct 2024 19:34:52 +0200 Subject: [PATCH] [python] update github actions --- .github/workflows/Python-check.yaml | 2 +- python/dalex/setup.py | 2 +- tox.ini | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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