File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v2
10- - name : Set up Python 3.13
10+ - name : Set up Python 3.12
1111 uses : actions/setup-python@v2
1212 with :
13- python-version : " 3.13 "
13+ python-version : " 3.12 "
1414 - name : Install dependencies
1515 run : |
1616 python -m pip install --upgrade pip
@@ -27,10 +27,10 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - uses : actions/checkout@v2
30- - name : Set up Python 3.13
30+ - name : Set up Python 3.12
3131 uses : actions/setup-python@v2
3232 with :
33- python-version : " 3.13 "
33+ python-version : " 3.12 "
3434 - name : Install dependencies
3535 run : |
3636 python -m pip install --upgrade pip
5252 runs-on : ubuntu-latest
5353 strategy :
5454 matrix :
55- python-version : ['3.11 ', '3.12 ', '3.13 ']
55+ python-version : ['3.10 ', '3.11 ', '3.12 ']
5656
5757 steps :
5858 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1111 - name : Set up Python
1212 uses : actions/setup-python@v2
1313 with :
14- python-version : " 3.13 "
14+ python-version : " 3.12 "
1515 - name : Install dependencies
1616 run : |
1717 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
2121
2222dependencies = [
2323 ' onnx~=1.8' ,
24- ' interpret-core[required,ebm] ~=0.3 ' ,
24+ ' interpret-core~=0.6 ' ,
2525]
2626
2727[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments