Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Bump to gs 10.02.1
  • Loading branch information
seisman committed Nov 4, 2023
commit 484090bd16fe920252cfa5ce3d130690306e45fa
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
create-args: >-
python=3.11
gmt=6.4.0
ghostscript=10.02.0
ghostscript=10.02.1
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 @@ -106,7 +106,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
gmt=6.4.0
ghostscript=10.02.0
ghostscript=10.02.1
numpy=${{ matrix.numpy-version }}
pandas
xarray
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 @@ -104,7 +104,7 @@ jobs:
ninja
curl
fftw
ghostscript=10.02.0
ghostscript=10.02.1
hdf5
libblas
libcblas
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
# Required dependencies
- gmt=6.4.0
- ghostscript=10.02.0
- ghostscript=10.02.1
- numpy>=1.22
- pandas
- xarray
Expand Down