Skip to content

Commit e018a8a

Browse files
authored
Bump to Ghostscript 10.06.0 and update baseline images (#4125)
1 parent cf1801b commit e018a8a

12 files changed

+19
-22
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
create-args: >-
9393
python=3.13
9494
gmt=6.5.0
95-
ghostscript=10.04.0
95+
ghostscript=10.06.0
9696
numpy
9797
pandas
9898
xarray

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
create-args: >-
126126
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
127127
gmt=6.5.0
128-
ghostscript=10.04.0
128+
ghostscript=10.06.0
129129
numpy=${{ matrix.numpy-version }}
130130
pandas${{ matrix.pandas-version }}
131131
xarray${{ matrix.xarray-version }}

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ninja
7474
curl
7575
fftw
76-
ghostscript=10.04.0
76+
ghostscript=10.06.0
7777
glib
7878
hdf5
7979
libblas

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
# Required dependencies
77
- python=3.13
88
- gmt=6.5.0
9-
- ghostscript=10.04.0
9+
- ghostscript=10.06.0
1010
- numpy
1111
- pandas
1212
- xarray

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python>=3.11
77
# Required dependencies
88
- gmt=6.5.0
9-
- ghostscript=10.04.0
9+
- ghostscript=10.06.0
1010
- numpy>=1.26
1111
- pandas>=2.2
1212
- xarray>=2023.10
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
outs:
2-
- md5: 44d70a0b17bc7c7939462184bf06e4da
3-
size: 50998
4-
isexec: true
2+
- md5: d4f3cfbe632135ba468ce0bf83d5f2bd
3+
size: 50461
54
hash: md5
65
path: test_contour_interval.png
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: e147503fcaacb1686211653be7eb7709
3-
size: 74897
2+
- md5: bc881c2baecfccb21c801028ef2f7ba0
3+
size: 75120
44
path: test_contour_matrix.png
55
hash: md5
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
outs:
2-
- md5: 7bef85a616c46b9f05f4dbed07bd703d
3-
size: 29247
4-
isexec: true
2+
- md5: 1f8a24696910f3cc433fd8e61caf6aa2
3+
size: 29184
54
hash: md5
65
path: test_contour_multiple_levels.png
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
outs:
2-
- md5: 8c1ed221788e3af76279a7765640ea43
3-
size: 28882
4-
isexec: true
2+
- md5: 04234f57de3bbe994798947cac6c479c
3+
size: 28963
54
hash: md5
65
path: test_contour_one_level.png
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
outs:
2-
- md5: 017a19fea9fda195fae9deeb329f761a
3-
size: 82368
2+
- md5: 3e4819ddedc2b6452186844a1a927cd0
3+
size: 82042
44
path: test_contour_vec.png
55
hash: md5

0 commit comments

Comments
 (0)