Skip to content

Commit 44d01ed

Browse files
committed
Merge branch 'main' into pyarrow/string
2 parents ccf4eff + c07f1b6 commit 44d01ed

18 files changed

+409
-61
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Install Micromamba with conda-forge dependencies
4747
- name: Setup Micromamba
48-
uses: mamba-org/[email protected].0
48+
uses: mamba-org/[email protected].1
4949
with:
5050
environment-name: pygmt
5151
condarc: |

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Install Micromamba with conda-forge dependencies
4545
- name: Setup Micromamba
46-
uses: mamba-org/[email protected].0
46+
uses: mamba-org/[email protected].1
4747
with:
4848
environment-name: pygmt
4949
condarc: |

.github/workflows/ci_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
# Install Micromamba with conda-forge dependencies
8282
- name: Setup Micromamba
83-
uses: mamba-org/[email protected].0
83+
uses: mamba-org/[email protected].1
8484
with:
8585
environment-name: pygmt
8686
condarc: |
@@ -115,7 +115,7 @@ jobs:
115115
sphinx-copybutton
116116
sphinx-design
117117
sphinx-gallery
118-
sphinx_rtd_theme
118+
sphinx_rtd_theme<3.0
119119
120120
# Download cached remote files (artifacts) from GitHub
121121
- name: Download remote data from GitHub

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Install Micromamba with conda-forge dependencies
4444
- name: Setup Micromamba
45-
uses: mamba-org/[email protected].0
45+
uses: mamba-org/[email protected].1
4646
with:
4747
environment-name: pygmt
4848
condarc: |

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- os: 'ubuntu-latest'
8686
python-version: '3.11' # Can't be 3.10 or 3.12.
8787
numpy-version: '1.24'
88-
pandas-version: ''
88+
pandas-version: '=2.1'
8989
xarray-version: ''
90-
optional-packages: ' geopandas<1'
90+
optional-packages: ' geopandas<1 pyarrow'
9191

9292
timeout-minutes: 30
9393
defaults:
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Install Micromamba with conda-forge dependencies
116116
- name: Setup Micromamba
117-
uses: mamba-org/[email protected].0
117+
uses: mamba-org/[email protected].1
118118
with:
119119
environment-name: pygmt
120120
condarc: |

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
# Install Micromamba with conda-forge dependencies
5959
- name: Setup Micromamba
60-
uses: mamba-org/[email protected].0
60+
uses: mamba-org/[email protected].1
6161
with:
6262
environment-name: pygmt
6363
condarc: |

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Install Micromamba with conda-forge dependencies
5353
- name: Setup Micromamba
54-
uses: mamba-org/[email protected].0
54+
uses: mamba-org/[email protected].1
5555
with:
5656
environment-name: pygmt
5757
condarc: |

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
ls -lh dist/
7676
7777
- name: Publish to Test PyPI
78-
uses: pypa/[email protected].0
78+
uses: pypa/[email protected].2
7979
with:
8080
repository-url: https://test.pypi.org/legacy/
8181

8282
- name: Publish to PyPI
8383
if: startsWith(github.ref, 'refs/tags')
84-
uses: pypa/[email protected].0
84+
uses: pypa/[email protected].2

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ dependencies:
3030
- sphinx-copybutton
3131
- sphinx-design
3232
- sphinx-gallery
33-
- sphinx_rtd_theme
33+
- sphinx_rtd_theme<3.0

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- sphinx-copybutton
4343
- sphinx-design
4444
- sphinx-gallery>=0.17.0
45-
- sphinx_rtd_theme
45+
- sphinx_rtd_theme<3.0
4646
# Dev dependencies (type hints)
4747
- mypy
4848
- pandas-stubs

0 commit comments

Comments
 (0)