Skip to content

Commit b540e5b

Browse files
committed
update ci, bump interpret, remove obsolete extras
1 parent 68cbc9a commit b540e5b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
dependencies = [
2323
'onnx~=1.8',
24-
'interpret-core[required,ebm]~=0.3',
24+
'interpret-core~=0.6',
2525
]
2626

2727
[project.optional-dependencies]

0 commit comments

Comments
 (0)