Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
create-args: >-
python=3.13
gmt=6.5.0
ghostscript=10.04.0
ghostscript=10.06.0
numpy
pandas
xarray
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
gmt=6.5.0
ghostscript=10.04.0
ghostscript=10.06.0
numpy=${{ matrix.numpy-version }}
pandas${{ matrix.pandas-version }}
xarray${{ matrix.xarray-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
ninja
curl
fftw
ghostscript=10.04.0
ghostscript=10.06.0
glib
hdf5
libblas
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# Required dependencies
- python=3.13
- gmt=6.5.0
- ghostscript=10.04.0
- ghostscript=10.06.0
- numpy
- pandas
- xarray
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python>=3.11
# Required dependencies
- gmt=6.5.0
- ghostscript=10.04.0
- ghostscript=10.06.0
- numpy>=1.26
- pandas>=2.2
- xarray>=2023.10
Expand Down
5 changes: 2 additions & 3 deletions pygmt/tests/baseline/test_contour_interval.png.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
outs:
- md5: 44d70a0b17bc7c7939462184bf06e4da
size: 50998
isexec: true
- md5: d4f3cfbe632135ba468ce0bf83d5f2bd
size: 50461
hash: md5
path: test_contour_interval.png
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_contour_matrix.png.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: e147503fcaacb1686211653be7eb7709
size: 74897
- md5: bc881c2baecfccb21c801028ef2f7ba0
size: 75120
path: test_contour_matrix.png
hash: md5
5 changes: 2 additions & 3 deletions pygmt/tests/baseline/test_contour_multiple_levels.png.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
outs:
- md5: 7bef85a616c46b9f05f4dbed07bd703d
size: 29247
isexec: true
- md5: 1f8a24696910f3cc433fd8e61caf6aa2
size: 29184
hash: md5
path: test_contour_multiple_levels.png
5 changes: 2 additions & 3 deletions pygmt/tests/baseline/test_contour_one_level.png.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
outs:
- md5: 8c1ed221788e3af76279a7765640ea43
size: 28882
isexec: true
- md5: 04234f57de3bbe994798947cac6c479c
size: 28963
hash: md5
path: test_contour_one_level.png
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_contour_vec.png.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 017a19fea9fda195fae9deeb329f761a
size: 82368
- md5: 3e4819ddedc2b6452186844a1a927cd0
size: 82042
path: test_contour_vec.png
hash: md5
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_text_transparency.png.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: 3e44dbdab2c386fd361481438fa10d58
size: 18174
- md5: e1885c2a16e268ac5c06e2a959668c88
size: 18149
path: test_text_transparency.png
hash: md5
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_text_varying_transparency.png.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: f16009816a1a007a93aef6cfc21f5dee
size: 18382
- md5: 39e602f34ad20541668b712351b29375
size: 18351
path: test_text_varying_transparency.png
hash: md5
Loading