File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
6061integrations =
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
You can’t perform that action at this time.
0 commit comments