File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 87
87
create-args : >-
88
88
python=3.12
89
89
gmt=6.5.0
90
- ghostscript=10.02.1
90
+ ghostscript=10.03.0
91
91
numpy
92
92
pandas
93
93
xarray
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
create-args : >-
111
111
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
112
112
gmt=6.5.0
113
- ghostscript=10.02.1
113
+ ghostscript=10.03.0
114
114
numpy=${{ matrix.numpy-version }}
115
115
pandas${{ matrix.pandas-version }}
116
116
xarray${{ matrix.xarray-version }}
Original file line number Diff line number Diff line change 69
69
ninja
70
70
curl
71
71
fftw
72
- ghostscript=10.02.1
72
+ ghostscript=10.03.0
73
73
glib
74
74
hdf5
75
75
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.02.1
9
+ - ghostscript=10.03.0
10
10
- numpy
11
11
- pandas
12
12
- xarray
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dependencies:
6
6
- python=3.12
7
7
# Required dependencies
8
8
- gmt=6.5.0
9
+ - ghotscript=10.03.0
9
10
- numpy>=1.23
10
11
- pandas>=1.5
11
12
- xarray>=2022.03
You can’t perform that action at this time.
0 commit comments