File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 - uses : actions/setup-python@v6
112112 with :
113113 python-version : " 3.10"
114- - uses : actions/checkout@v5
114+ - uses : actions/checkout@v6
115115 - uses : pyvista/setup-headless-display-action@main
116116 with :
117117 qt : true
Original file line number Diff line number Diff line change 11repos :
22 # ruff PyBispectra
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : v0.14.6
4+ rev : v0.14.8
55 hooks :
66 - id : ruff
77 name : ruff lint pybispectra
1010
1111 # ruff examples
1212 - repo : https://github.com/astral-sh/ruff-pre-commit
13- rev : v0.14.6
13+ rev : v0.14.8
1414 hooks :
1515 - id : ruff
1616 name : ruff lint examples
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ classifiers = [
1010 " Programming Language :: Python :: 3" ,
1111]
1212dependencies = [
13- " joblib>=1.1 " ,
13+ " joblib>=1.2 " ,
1414 " matplotlib>=3.6" ,
1515 " mne>=1.7" ,
1616 " numba>=0.56" ,
Original file line number Diff line number Diff line change 11# Oldest-supported dependency versions
2- joblib==1.1
2+ joblib==1.2
33matplotlib==3.6
44mne==1.7
55numba==0.56
You can’t perform that action at this time.
0 commit comments