Skip to content

Commit c8824ae

Browse files
committed
[python] update github actions
1 parent ac53269 commit c8824ae

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/Python-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
python -m pip install --upgrade pip
41-
pip install tox tox-gh-actions
41+
pip install tox==3.28.0 tox-gh-actions==2.12.0
4242
- name: Test with tox
4343
run: tox
4444
env:

python/dalex/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run_setup():
8080
],
8181
install_requires=[
8282
'setuptools',
83-
'pandas>=1.5.0',
83+
'pandas>=1.5.3',
8484
'numpy>=1.23.3',
8585
'scipy>=1.6.3',
8686
'plotly>=5.1.0',

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ deps =
2828
ipywidgets
2929
ppscore
3030
kaleido
31+
numpy==1.26.4

0 commit comments

Comments
 (0)