Commit 8aea678 1 parent 2e33ba1 commit 8aea678 Copy full SHA for 8aea678
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
python-version :
17
17
- " 3.9"
18
- - " 3.12 "
18
+ - " 3.13 "
19
19
20
20
runs-on : ubuntu-24.04
21
21
Original file line number Diff line number Diff line change 23
23
- name : Install Python dependencies
24
24
run : |
25
25
pip3 install --break-system-packages -r .github/workflows/requirements.txt
26
- pip3 install --break-system-packages -r .github/workflows/requirements3.12 .txt
26
+ pip3 install --break-system-packages -r .github/workflows/requirements3.13 .txt
27
27
28
28
- name : Install smoderp2d
29
29
run : |
47
47
- name : Install Python dependencies
48
48
run : |
49
49
pip3 install --break-system-packages -r .github/workflows/requirements.txt
50
- pip3 install --break-system-packages -r .github/workflows/requirements3.12 .txt
50
+ pip3 install --break-system-packages -r .github/workflows/requirements3.13 .txt
51
51
52
52
- name : Install smoderp2d
53
53
run : |
Original file line number Diff line number Diff line change 1
1
pytest==8.2.2
2
2
numpy==1.26.4
3
3
matplotlib==3.9.0
4
- scipy==1.13.1
4
+ # scipy==1.13.1
Original file line number Diff line number Diff line change 1
1
pytest==7.2.2
2
2
numpy==1.22.0
3
3
matplotlib==3.5.3
4
- scipy==1.7.3
4
+ # scipy==1.7.3
You can’t perform that action at this time.
0 commit comments