Skip to content

Commit 7f21c4f

Browse files
committed
Add tables as a dataset dependency; test python <=3.13
1 parent 3b06cc6 commit 7f21c4f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ jobs:
3232
torch-version: 2.6.0
3333
python-version: "3.12"
3434
sklearn-version: "legacy"
35-
# latest torch and python
36-
- os: ubuntu-latest
37-
torch-version: 2.9.1
38-
python-version: "3.14"
39-
sklearn-version: "latest"
35+
# TODO(stes): latest torch and python
36+
# requires a PyTables release compatible with
37+
# python 3.14. Update when new version is released.
38+
#- os: ubuntu-latest
39+
# torch-version: 2.9.1
40+
# python-version: "3.14"
41+
# sklearn-version: "latest"
4042
# legacy torch and python
4143
- os: ubuntu-latest
4244
torch-version: 2.4.0
4345
python-version: "3.9"
4446
sklearn-version: "latest"
4547

46-
47-
4848
runs-on: ${{ matrix.os }}
4949

5050
steps:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ datasets =
5757
# additional data loading dependencies
5858
hdf5storage # for creating .mat files in new format
5959
openpyxl # for excel file format loading
60+
tables # for hdf5 file format loading
6061
integrations =
6162
pandas
6263
plotly
@@ -105,7 +106,6 @@ dev =
105106
pytest-xdist
106107
pytest-timeout
107108
pytest-sphinx
108-
tables
109109
licenseheaders
110110
interrogate
111111
# TODO(stes) Add back once upstream issue

0 commit comments

Comments
 (0)