@@ -16,32 +16,37 @@ jobs:
1616 - ' 3.11'
1717 - ' 3.12'
1818 - ' 3.13'
19+ - ' 3.14'
1920 mpi : [ 'openmpi' ]
2021 install-options : [ '.', '.[hdf5,netcdf,pandas,zarr]' ]
2122 pytorch-version :
22- - ' numpy==1.26 torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2'
2323 - ' torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1'
2424 - ' torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1'
2525 - ' torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1'
2626 - ' torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0'
2727 - ' torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1'
2828 - ' torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0'
2929 - ' torch==2.9.1 torchvision==0.24.1 torchaudio==2.9.1'
30- include :
31- - py-version : ' 3.14'
32- pytorch-version : ' torch==2.9.1 torchvision==0.24.1 torchaudio==2.9.1'
33- install-options : ' .'
30+ - ' torch==2.10.0 torchvision==0.25.0 torchaudio==2.10.0'
3431 exclude :
35- - py-version : ' 3.13'
36- pytorch-version : ' numpy==1.26 torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2'
32+ - py-version : ' 3.14'
33+ pytorch-version : ' torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1'
34+ - py-version : ' 3.14'
35+ pytorch-version : ' torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1'
36+ - py-version : ' 3.14'
37+ pytorch-version : ' torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1'
38+ - py-version : ' 3.14'
39+ pytorch-version : ' torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0'
40+ - py-version : ' 3.14'
41+ pytorch-version : ' torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1'
42+ - py-version : ' 3.14'
43+ pytorch-version : ' torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0'
3744 - py-version : ' 3.13'
3845 pytorch-version : ' torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1'
3946 - py-version : ' 3.13'
4047 pytorch-version : ' torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1'
4148 - py-version : ' 3.13'
4249 pytorch-version : ' torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1'
43- - py-version : ' 3.12'
44- pytorch-version : ' numpy==1.26 torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2'
4550 - py-version : ' 3.10'
4651 install-options : ' .[hdf5,netcdf,pandas,zarr]'
4752
6772 - name : Test
6873 run : |
6974 pip install pytest
70- pip install ${{ matrix.pytorch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
71- pip install ${{ matrix.install-options }}
75+ pip install ${{ matrix.pytorch-version }} ${{ matrix.install-options }} --extra-index-url https://download.pytorch.org/whl/cpu
7276 mpirun -n 3 pytest heat/
7377 mpirun -n 4 pytest heat/
0 commit comments