Skip to content

Commit

Permalink
[python] update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Oct 2, 2024
1 parent ac53269 commit c8824ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion python/dalex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ deps =
ipywidgets
ppscore
kaleido
numpy==1.26.4

0 comments on commit c8824ae

Please sign in to comment.