From b7625827576972418156a10d413bd3d6e9472672 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 6 Feb 2024 12:33:39 +0800 Subject: [PATCH 01/15] SPEC 0: Set minimum required version to pandas>=1.5 and xarray>=2022.03 in environment.yml --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 5f4f560f7d3..d6702d6c3ce 100644 --- a/environment.yml +++ b/environment.yml @@ -7,8 +7,8 @@ dependencies: # Required dependencies - gmt=6.5.0 - numpy>=1.23 - - pandas - - xarray + - pandas>=1.5 + - xarray>=2022.03 - netCDF4 - packaging # Optional dependencies From 152b6a32e28962f1c52f89d8ecb60024684aca1a Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 6 Feb 2024 12:34:04 +0800 Subject: [PATCH 02/15] SPEC 0: Set minimum required version to pandas>=1.5 and xarray>=2022.03 in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e8ceeb7781..6b666cbd9eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ classifiers = [ ] dependencies = [ "numpy>=1.23", - "pandas", - "xarray", + "pandas>=1.5", + "xarray>=2022.03", "netCDF4", "packaging", ] From 4561eb75404a21691d00cdcb6213a6059b90bdea Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 6 Feb 2024 12:34:25 +0800 Subject: [PATCH 03/15] SPEC 0: Set minimum required version to pandas>=1.5 and xarray>=2022.03 in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 079020e9f3d..0adb02054dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Required packages numpy>=1.23 -pandas -xarray +pandas>=1.5 +xarray>=2022.03 netCDF4 packaging From 19a19572ff74106a1dcdccf211610bf592c78006 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 6 Feb 2024 13:56:19 +0800 Subject: [PATCH 04/15] Pin pandas and xarray versions in Tests workflow --- .github/workflows/ci_tests.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index a2d300cf55f..a568ea0c5c0 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -62,14 +62,19 @@ jobs: isDraft: true - os: windows-latest isDraft: true - # Pair Python 3.10 with NumPy 1.23 and Python 3.12 with NumPy 1.26 - # Only install optional packages on Python 3.12/NumPy 1.26 + # Pair Python 3.10 with the minimum supported versions of NumPy/Pandas/Xarray + # and Python 3.12 with the latest versions of NumPy/Pandas/Xarray + # Only install optional packages on Python 3.12 include: - python-version: '3.10' numpy-version: '1.23' + pandas-version: '1.5' + xarray-version: '2022.03' optional-packages: '' - python-version: '3.12' numpy-version: '1.26' + pandas-version: '2.2' + xarray-version: '2024.01' optional-packages: ' contextily geopandas ipython pyarrow rioxarray sphinx-gallery' timeout-minutes: 30 @@ -107,8 +112,8 @@ jobs: gmt=6.5.0 ghostscript=10.02.1 numpy=${{ matrix.numpy-version }} - pandas - xarray + pandas=${{ matrix.pandas-version }} + xarray=${{ matrix.xarray-version }} netCDF4 packaging build From 7341d05ac036d9820254bff2a4fc6bbe7a5bc8ab Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 6 Feb 2024 17:42:07 +0800 Subject: [PATCH 05/15] List minimum supported pandas/xarray versions in doc/minversion.rst --- doc/minversions.rst | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 6c9ee488297..5755755019f 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -15,62 +15,64 @@ the rest of the Scientific Python ecosystem, and therefore: - Documentation - GMT - Python - - NumPy + - Core package dependencies * - `Dev `_ (upcoming release) - `Dev Documentation `_ (reflects `main branch `_) - >=6.3.0 - >=3.10 - - >=1.23 + - - numpy>=1.23 + - pandas>=1.5 + - xarray>=2022.03 * - `v0.11.0 `_ (latest release) - `v0.11.0 Documentation `_ - >=6.3.0 - >=3.9 - - >=1.23 + - numpy>=1.23 * - `v0.10.0 `_ - `v0.10.0 Documentation `_ - >=6.3.0 - >=3.9 - - >=1.22 + - numpy>=1.22 * - `v0.9.0 `_ - `v0.9.0 Documentation `_ - >=6.3.0 - >=3.8 - - >=1.21 + - numpy>=1.21 * - `v0.8.0 `_ - `v0.8.0 Documentation `_ - >=6.3.0 - >=3.8 - - >=1.20 + - numpy>=1.20 * - `v0.7.0 `_ - `v0.7.0 Documentation `_ - >=6.3.0 - >=3.8 - - >=1.20 + - numpy>=1.20 * - `v0.6.1 `_ - `v0.6.1 Documentation `_ - >=6.3.0 - >=3.8 - - >=1.19 + - numpy>=1.19 * - `v0.6.0 `_ - `v0.6.0 Documentation `_ - >=6.3.0 - >=3.8 - - >=1.19 + - numpy>=1.19 * - `v0.5.0 `_ - `v0.5.0 Documentation `_ - >=6.2.0 - >=3.7 - - >=1.18 + - numpy>=1.18 * - `v0.4.1 `_ - `v0.4.1 Documentation `_ - >=6.2.0 - >=3.7 - - >=1.17 + - numpy>=1.17 * - `v0.4.0 `_ - `v0.4.0 Documentation `_ - >=6.2.0 - >=3.7 - - >=1.17 + - numpy>=1.17 * - `v0.3.1 `_ - `v0.3.1 Documentation `_ - >=6.1.1 From ca8981a6299c56a3343d42b92db1476827865d6e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 13 Feb 2024 12:12:13 +0800 Subject: [PATCH 06/15] Apply suggestions from code review Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- .github/workflows/ci_tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index a568ea0c5c0..2b7017c6f34 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -68,13 +68,13 @@ jobs: include: - python-version: '3.10' numpy-version: '1.23' - pandas-version: '1.5' - xarray-version: '2022.03' + pandas-version: '=1.5' + xarray-version: '=2022.03' optional-packages: '' - python-version: '3.12' numpy-version: '1.26' - pandas-version: '2.2' - xarray-version: '2024.01' + pandas-version: '' + xarray-version: '' optional-packages: ' contextily geopandas ipython pyarrow rioxarray sphinx-gallery' timeout-minutes: 30 @@ -112,8 +112,8 @@ jobs: gmt=6.5.0 ghostscript=10.02.1 numpy=${{ matrix.numpy-version }} - pandas=${{ matrix.pandas-version }} - xarray=${{ matrix.xarray-version }} + pandas${{ matrix.pandas-version }} + xarray${{ matrix.xarray-version }} netCDF4 packaging build From 1d74314d5ace5dc7e341af96a96110a75174ec7f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 15 Feb 2024 14:45:48 +0800 Subject: [PATCH 07/15] Combine the PyGMT version and documentation columns --- doc/minversions.rst | 57 +++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 38 deletions(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 5755755019f..26a89fd0b7b 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -1,4 +1,4 @@ -Minimum Supported Versions +09Minimum Supported Versions -------------------------- PyGMT has adopted `SPEC 0 `__ alongside @@ -12,99 +12,80 @@ the rest of the Scientific Python ecosystem, and therefore: :header-rows: 1 * - PyGMT Version - - Documentation - GMT - Python - Core package dependencies - * - `Dev `_ (upcoming release) - - `Dev Documentation `_ (reflects `main branch `_) + * - `Dev `_ [`Documentation `__] - >=6.3.0 - >=3.10 - - numpy>=1.23 - pandas>=1.5 - xarray>=2022.03 - * - `v0.11.0 `_ (latest release) - - `v0.11.0 Documentation `_ + * - `v0.11.0 `_ (latest release) [`Documentation `__] - >=6.3.0 - >=3.9 - numpy>=1.23 - * - `v0.10.0 `_ - - `v0.10.0 Documentation `_ + * - `v0.10.0 `_ [`Documentation `__] - >=6.3.0 - >=3.9 - numpy>=1.22 - * - `v0.9.0 `_ - - `v0.9.0 Documentation `_ + * - `v0.9.0 `_ [`Documentation `__] - >=6.3.0 - >=3.8 - numpy>=1.21 - * - `v0.8.0 `_ - - `v0.8.0 Documentation `_ + * - `v0.8.0 `_ [`Documentation `__] - >=6.3.0 - >=3.8 - numpy>=1.20 - * - `v0.7.0 `_ - - `v0.7.0 Documentation `_ + * - `v0.7.0 `_ [`Documentation `__] - >=6.3.0 - >=3.8 - numpy>=1.20 - * - `v0.6.1 `_ - - `v0.6.1 Documentation `_ + * - `v0.6.1 `_ [`Documentation `__] - >=6.3.0 - >=3.8 - numpy>=1.19 - * - `v0.6.0 `_ - - `v0.6.0 Documentation `_ + * - `v0.6.0 `_ [`Documentation `__] - >=6.3.0 - >=3.8 - numpy>=1.19 - * - `v0.5.0 `_ - - `v0.5.0 Documentation `_ + * - `v0.5.0 `_ [`Documentation `__] - >=6.2.0 - >=3.7 - numpy>=1.18 - * - `v0.4.1 `_ - - `v0.4.1 Documentation `_ + * - `v0.4.1 `_ [`Documentation `__] - >=6.2.0 - >=3.7 - numpy>=1.17 - * - `v0.4.0 `_ - - `v0.4.0 Documentation `_ + * - `v0.4.0 `_ [`Documentation `__] - >=6.2.0 - >=3.7 - numpy>=1.17 - * - `v0.3.1 `_ - - `v0.3.1 Documentation `_ + * - `v0.3.1 `_ [`Documentation `__] - >=6.1.1 - >=3.7 - - * - `v0.3.0 `_ - - `v0.3.0 Documentation `_ + * - `v0.3.0 `_ [`Documentation `__] - >=6.1.1 - >=3.7 - - * - `v0.2.1 `_ - - `v0.2.1 Documentation `_ + * - `v0.2.1 `_ [`Documentation `__] - >=6.1.1 - >=3.6 - - * - `v0.2.0 `_ - - `v0.2.0 Documentation `_ + * - `v0.2.0 `_ [`Documentation `__] - >=6.1.1 - 3.6 - 3.8 - - * - `v0.1.2 `_ - - `v0.1.2 Documentation `_ + * - `v0.1.2 `_ [`Documentation `__] - >=6.0.0 - 3.6 - 3.8 - - * - `v0.1.1 `_ - - `v0.1.1 Documentation `_ + * - `v0.1.1 `_ [`Documentation `__] - >=6.0.0 - 3.6 - 3.8 - - * - `v0.1.0 `_ - - `v0.1.0 Documentation `_ + * - `v0.1.0 `_ [`Documentation `__] - >=6.0.0 - 3.6 - 3.8 - From d0e06a12c69c8b3f90e828b9516bfaa8aa3d677e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 15 Feb 2024 14:59:06 +0800 Subject: [PATCH 08/15] typo --- doc/minversions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 26a89fd0b7b..7da0b169bca 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -1,4 +1,4 @@ -09Minimum Supported Versions +Minimum Supported Versions -------------------------- PyGMT has adopted `SPEC 0 `__ alongside From b15894cbd71f12185b3431836bcfc30d08eff1eb Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 15 Feb 2024 15:00:59 +0800 Subject: [PATCH 09/15] fix --- doc/minversions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 7da0b169bca..eba58fbb147 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -8,7 +8,7 @@ the rest of the Scientific Python ecosystem, and therefore: * Support for core package dependencies (NumPy/Pandas/Xarray) be dropped 2 years after their initial release. .. list-table:: - :widths: 25 30 15 20 15 + :widths: 35 15 20 45 :header-rows: 1 * - PyGMT Version From 462014e3cc11b002755d968c3a272b8b098feef4 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 15 Feb 2024 15:19:49 +0800 Subject: [PATCH 10/15] Add a note about the dev version --- doc/minversions.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index eba58fbb147..371e3336208 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -15,13 +15,13 @@ the rest of the Scientific Python ecosystem, and therefore: - GMT - Python - Core package dependencies - * - `Dev `_ [`Documentation `__] + * - `Dev `_* [`Documentation `__] - >=6.3.0 - >=3.10 - - numpy>=1.23 - pandas>=1.5 - xarray>=2022.03 - * - `v0.11.0 `_ (latest release) [`Documentation `__] + * - `v0.11.0 `_ [`Documentation `__] - >=6.3.0 - >=3.9 - numpy>=1.23 @@ -89,3 +89,5 @@ the rest of the Scientific Python ecosystem, and therefore: - >=6.0.0 - 3.6 - 3.8 - + +* Dev reflects the main branch and is for the upcoming release. \ No newline at end of file From dc8d241be6d382035bcbcd9aaf3e410f2f36d2db Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 15 Feb 2024 15:20:08 +0800 Subject: [PATCH 11/15] Simplify Documentation to Docs --- doc/minversions.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 371e3336208..87b3e6e14f6 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -15,79 +15,79 @@ the rest of the Scientific Python ecosystem, and therefore: - GMT - Python - Core package dependencies - * - `Dev `_* [`Documentation `__] + * - `Dev `_* [`Docs `__] - >=6.3.0 - >=3.10 - - numpy>=1.23 - pandas>=1.5 - xarray>=2022.03 - * - `v0.11.0 `_ [`Documentation `__] + * - `v0.11.0 `_ [`Docs `__] - >=6.3.0 - >=3.9 - numpy>=1.23 - * - `v0.10.0 `_ [`Documentation `__] + * - `v0.10.0 `_ [`Docs `__] - >=6.3.0 - >=3.9 - numpy>=1.22 - * - `v0.9.0 `_ [`Documentation `__] + * - `v0.9.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - numpy>=1.21 - * - `v0.8.0 `_ [`Documentation `__] + * - `v0.8.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - numpy>=1.20 - * - `v0.7.0 `_ [`Documentation `__] + * - `v0.7.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - numpy>=1.20 - * - `v0.6.1 `_ [`Documentation `__] + * - `v0.6.1 `_ [`Docs `__] - >=6.3.0 - >=3.8 - numpy>=1.19 - * - `v0.6.0 `_ [`Documentation `__] + * - `v0.6.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - numpy>=1.19 - * - `v0.5.0 `_ [`Documentation `__] + * - `v0.5.0 `_ [`Docs `__] - >=6.2.0 - >=3.7 - numpy>=1.18 - * - `v0.4.1 `_ [`Documentation `__] + * - `v0.4.1 `_ [`Docs `__] - >=6.2.0 - >=3.7 - numpy>=1.17 - * - `v0.4.0 `_ [`Documentation `__] + * - `v0.4.0 `_ [`Docs `__] - >=6.2.0 - >=3.7 - numpy>=1.17 - * - `v0.3.1 `_ [`Documentation `__] + * - `v0.3.1 `_ [`Docs `__] - >=6.1.1 - >=3.7 - - * - `v0.3.0 `_ [`Documentation `__] + * - `v0.3.0 `_ [`Docs `__] - >=6.1.1 - >=3.7 - - * - `v0.2.1 `_ [`Documentation `__] + * - `v0.2.1 `_ [`Docs `__] - >=6.1.1 - >=3.6 - - * - `v0.2.0 `_ [`Documentation `__] + * - `v0.2.0 `_ [`Docs `__] - >=6.1.1 - 3.6 - 3.8 - - * - `v0.1.2 `_ [`Documentation `__] + * - `v0.1.2 `_ [`Docs `__] - >=6.0.0 - 3.6 - 3.8 - - * - `v0.1.1 `_ [`Documentation `__] + * - `v0.1.1 `_ [`Docs `__] - >=6.0.0 - 3.6 - 3.8 - - * - `v0.1.0 `_ [`Documentation `__] + * - `v0.1.0 `_ [`Docs `__] - >=6.0.0 - 3.6 - 3.8 - -* Dev reflects the main branch and is for the upcoming release. \ No newline at end of file +* Dev reflects the main branch and is for the upcoming release. From e759c7157476740133e22fe9c6ee2c5c2194d76c Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 17 Feb 2024 22:05:31 +0800 Subject: [PATCH 12/15] typo --- doc/minversions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 87b3e6e14f6..562947f4ebf 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -15,7 +15,7 @@ the rest of the Scientific Python ecosystem, and therefore: - GMT - Python - Core package dependencies - * - `Dev `_* [`Docs `__] + * - `Dev `_ * [`Docs `__] - >=6.3.0 - >=3.10 - - numpy>=1.23 From 5f22ecb0d86be78634a39de8bcf91c9378ed60cb Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 17 Feb 2024 22:10:02 +0800 Subject: [PATCH 13/15] Separate columns for numpy/pandas/xarray --- doc/minversions.rst | 66 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 51 insertions(+), 15 deletions(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index 562947f4ebf..0fd31fa677b 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -8,86 +8,122 @@ the rest of the Scientific Python ecosystem, and therefore: * Support for core package dependencies (NumPy/Pandas/Xarray) be dropped 2 years after their initial release. .. list-table:: - :widths: 35 15 20 45 + :widths: 25 15 15 15 15 15 :header-rows: 1 * - PyGMT Version - GMT - Python - - Core package dependencies + - NumPy + - Pandas + - Xarray * - `Dev `_ * [`Docs `__] - >=6.3.0 - >=3.10 - - - numpy>=1.23 - - pandas>=1.5 - - xarray>=2022.03 + - >=1.23 + - >=1.5 + - >=2022.03 * - `v0.11.0 `_ [`Docs `__] - >=6.3.0 - >=3.9 - - numpy>=1.23 + - >=1.23 + - + - * - `v0.10.0 `_ [`Docs `__] - >=6.3.0 - >=3.9 - - numpy>=1.22 + - >=1.22 + - + - * - `v0.9.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - - numpy>=1.21 + - >=1.21 + - + - * - `v0.8.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - - numpy>=1.20 + - >=1.20 + - + - * - `v0.7.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - - numpy>=1.20 + - >=1.20 + - + - * - `v0.6.1 `_ [`Docs `__] - >=6.3.0 - >=3.8 - - numpy>=1.19 + - >=1.19 + - + - * - `v0.6.0 `_ [`Docs `__] - >=6.3.0 - >=3.8 - - numpy>=1.19 + - >=1.19 + - + - * - `v0.5.0 `_ [`Docs `__] - >=6.2.0 - >=3.7 - - numpy>=1.18 + - >=1.18 + - + - * - `v0.4.1 `_ [`Docs `__] - >=6.2.0 - >=3.7 - - numpy>=1.17 + - >=1.17 + - + - * - `v0.4.0 `_ [`Docs `__] - >=6.2.0 - >=3.7 - - numpy>=1.17 + - >=1.17 + - + - * - `v0.3.1 `_ [`Docs `__] - >=6.1.1 - >=3.7 - + - + - * - `v0.3.0 `_ [`Docs `__] - >=6.1.1 - >=3.7 - + - + - * - `v0.2.1 `_ [`Docs `__] - >=6.1.1 - >=3.6 - + - + - * - `v0.2.0 `_ [`Docs `__] - >=6.1.1 - 3.6 - 3.8 - + - + - * - `v0.1.2 `_ [`Docs `__] - >=6.0.0 - 3.6 - 3.8 - + - + - * - `v0.1.1 `_ [`Docs `__] - >=6.0.0 - 3.6 - 3.8 - + - + - * - `v0.1.0 `_ [`Docs `__] - >=6.0.0 - 3.6 - 3.8 - + - + - * Dev reflects the main branch and is for the upcoming release. From 52c8bc1d7ed6c59b60a294a459f7bec65b170ddb Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 17 Feb 2024 22:57:49 +0800 Subject: [PATCH 14/15] Centering the table --- doc/minversions.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/minversions.rst b/doc/minversions.rst index 0fd31fa677b..b753f540fa7 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -10,6 +10,7 @@ the rest of the Scientific Python ecosystem, and therefore: .. list-table:: :widths: 25 15 15 15 15 15 :header-rows: 1 + :align: center * - PyGMT Version - GMT From 33c83156c842e96b8cde77281ce01c4f1847fbc1 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 17 Feb 2024 23:06:35 +0800 Subject: [PATCH 15/15] Fix the note --- doc/minversions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/minversions.rst b/doc/minversions.rst index b753f540fa7..d73a67c42ae 100644 --- a/doc/minversions.rst +++ b/doc/minversions.rst @@ -127,4 +127,4 @@ the rest of the Scientific Python ecosystem, and therefore: - - -* Dev reflects the main branch and is for the upcoming release. +*Dev reflects the main branch and is for the upcoming release.