File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ Other official wrappers for GMT:
191
191
## Minimum supported versions
192
192
193
193
PyGMT has adopted [ SPEC 0] ( https://scientific-python.org/specs/spec-0000/ ) alongside the
194
- rest of the Scientific Python ecosystem, and therefore:
194
+ rest of the scientific Python ecosystem, and therefore:
195
195
196
196
- Support for Python versions be dropped 3 years after their initial release.
197
197
- Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
Original file line number Diff line number Diff line change 361
361
* Exclude DVC files from source/binary distributions ([ #2634 ] ( https://github.com/GenericMappingTools/pygmt/pull/2634 ) )
362
362
* CI: Use mamba-org/provision-with-micromamba to setup micromamba ([ #2435 ] ( https://github.com/GenericMappingTools/pygmt/pull/2435 ) )
363
363
* CI: Migrate provision-with-micromamba to setup-micromamba ([ #2536 ] ( https://github.com/GenericMappingTools/pygmt/pull/2536 ) )
364
- * CI: Run dev tests on Scientific Python nightly wheels ([ #2612 ] ( https://github.com/GenericMappingTools/pygmt/pull/2612 ) )
364
+ * CI: Run dev tests on scientific Python nightly wheels ([ #2612 ] ( https://github.com/GenericMappingTools/pygmt/pull/2612 ) )
365
365
* CI: Remove the deprecated cml-publish command from the dvc-diff workflow ([ #2559 ] ( https://github.com/GenericMappingTools/pygmt/pull/2559 ) )
366
366
* CI: Fix and simplify the dvc-diff workflow ([ #2549 ] ( https://github.com/GenericMappingTools/pygmt/pull/2549 ) )
367
367
* CI: Add the "Doctests" workflow to run doctests weekly ([ #2456 ] ( https://github.com/GenericMappingTools/pygmt/pull/2456 ) )
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ to change the default behaviour at <https://docs.readthedocs.io/en/stable/config
124
124
## Dependencies Policy
125
125
126
126
PyGMT has adopted [ SPEC 0] ( https://scientific-python.org/specs/spec-0000/ ) alongside the
127
- rest of the Scientific Python ecosystem, and therefore:
127
+ rest of the scientific Python ecosystem, and therefore:
128
128
129
129
* Support for Python versions be dropped 3 years after their initial release.
130
130
* Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
Original file line number Diff line number Diff line change 18
18
# Minimum Supported Versions
19
19
20
20
PyGMT has adopted [ SPEC 0] ( https://scientific-python.org/specs/spec-0000/ ) alongside the
21
- rest of the Scientific Python ecosystem, and therefore:
21
+ rest of the scientific Python ecosystem, and therefore:
22
22
23
23
- Support for Python versions be dropped 3 years after their initial release.
24
24
- Support for core package dependencies (NumPy, pandas, Xarray) be dropped 2 years after
You can’t perform that action at this time.
0 commit comments