File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 94
94
create-args : >-
95
95
python=3.12
96
96
gmt=6.5.0
97
- ghostscript=10.03.1
97
+ ghostscript=10.04.0
98
98
numpy
99
99
pandas
100
100
xarray
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
create-args : >-
120
120
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
121
121
gmt=6.5.0
122
- ghostscript=10.03.1
122
+ ghostscript=10.04.0
123
123
numpy=${{ matrix.numpy-version }}
124
124
pandas${{ matrix.pandas-version }}
125
125
xarray${{ matrix.xarray-version }}
Original file line number Diff line number Diff line change 75
75
ninja
76
76
curl
77
77
fftw
78
- ghostscript=10.03.1
78
+ ghostscript=10.04.0
79
79
glib
80
80
hdf5
81
81
libblas
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
# Required dependencies
7
7
- python=3.12
8
8
- gmt=6.5.0
9
- - ghostscript=10.03.1
9
+ - ghostscript=10.04.0
10
10
- numpy
11
11
- pandas
12
12
- xarray
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
- python=3.12
7
7
# Required dependencies
8
8
- gmt=6.5.0
9
- - ghostscript=10.03.1
9
+ - ghostscript=10.04.0
10
10
- numpy>=1.24
11
11
- pandas>=1.5
12
12
- xarray>=2022.09
You can’t perform that action at this time.
0 commit comments