diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 5ce46dd2e93..220e1f1e03b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -70,7 +70,7 @@ jobs: # Only install optional packages on Python 3.12 include: - python-version: '3.10' - numpy-version: '1.23' + numpy-version: '1.24' pandas-version: '=1.5' xarray-version: '=2022.06' optional-packages: '' diff --git a/doc/minversions.md b/doc/minversions.md index 98223a62125..1e5ac8f8e46 100644 --- a/doc/minversions.md +++ b/doc/minversions.md @@ -12,7 +12,7 @@ after their initial release. | PyGMT Version | GMT | Python | NumPy | Pandas | Xarray | |---|---|---|---|---|---| -| [Dev][]* [[Docs][Docs Dev]] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.06 | +| [Dev][]* [[Docs][Docs Dev]] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.06 | | [v0.12.0][] [[Docs][Docs v0.12.0]] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.06 | | [v0.11.0][] [[Docs][Docs v0.11.0]] | >=6.3.0 | >=3.9 | >=1.23 | | | | [v0.10.0][] [[Docs][Docs v0.10.0]] | >=6.3.0 | >=3.9 | >=1.22 | | | diff --git a/environment.yml b/environment.yml index 21961dd8b8f..4e828dc34ef 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: # Required dependencies - gmt=6.5.0 - ghostscript=10.03.1 - - numpy>=1.23 + - numpy>=1.24 - pandas>=1.5 - xarray>=2022.06 - netCDF4 diff --git a/pyproject.toml b/pyproject.toml index 773bf07f5e6..0142001419d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "License :: OSI Approved :: BSD License", ] dependencies = [ - "numpy>=1.23", + "numpy>=1.24", "pandas>=1.5", "xarray>=2022.06", "netCDF4", diff --git a/requirements.txt b/requirements.txt index 000de0692eb..c48eb0f989f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Required packages -numpy>=1.23 +numpy>=1.24 pandas>=1.5 xarray>=2022.06 netCDF4