File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 20
20
python-version : ' 3.12'
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - name : Set up Python ${{ matrix.python-version }} for arm64
24
- if : ${{ matrix.os == 'macos-latest' && matrix.python-version == '3.8' }}
25
- uses : " gabrielfalcao/pyenv-action@v17"
26
- with :
27
- default : ${{ matrix.python-version }}
28
23
- name : Set up Python ${{ matrix.python-version }}
29
- if : ${{ matrix.os != 'macos-latest' || matrix.python-version != '3.8' }}
30
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v5
31
25
with :
32
26
python-version : ${{ matrix.python-version }}
33
27
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies = [
27
27
" pandas>=1.4.0;python_version<'3.11'" ,
28
28
" pandas>=1.5.0;python_version>='3.11' and python_version<'3.12'" ,
29
29
" pandas>=2.1.1;python_version>='3.12'" ,
30
- " torch>=1.9 .0;python_version<'3.10'" ,
30
+ " torch>=1.10 .0;python_version<'3.10'" ,
31
31
" torch>=1.11.0;python_version>='3.10' and python_version<'3.11'" ,
32
32
" torch>=2.0.0;python_version>='3.11' and python_version<'3.12'" ,
33
33
" torch>=2.2.0;python_version>='3.12'" ,
You can’t perform that action at this time.
0 commit comments