-
Notifications
You must be signed in to change notification settings - Fork 235
SPEC 0: Set minimum supported versions to pandas>=1.5 and xarray>=2022.03 #3043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
b762582
152b6a3
4561eb7
19a1957
8f6aa13
7341d05
ca8981a
1d74314
d0e06a1
7fc2e61
b15894c
462014e
dc8d241
e759c71
5f22ecb
52c8bc1
33c8315
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,62 +15,64 @@ the rest of the Scientific Python ecosystem, and therefore: | |
| - Documentation | ||
| - GMT | ||
| - Python | ||
| - NumPy | ||
| - Core package dependencies | ||
|
||
| * - `Dev <https://github.com/GenericMappingTools/pygmt/milestones>`_ (upcoming release) | ||
| - `Dev Documentation <https://www.pygmt.org/dev>`_ (reflects `main branch <https://github.com/GenericMappingTools/pygmt>`_) | ||
| - >=6.3.0 | ||
| - >=3.10 | ||
| - >=1.23 | ||
| - - numpy>=1.23 | ||
| - pandas>=1.5 | ||
| - xarray>=2022.03 | ||
| * - `v0.11.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.11.0>`_ (latest release) | ||
| - `v0.11.0 Documentation <https://www.pygmt.org/v0.11.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.9 | ||
| - >=1.23 | ||
| - numpy>=1.23 | ||
| * - `v0.10.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.10.0>`_ | ||
| - `v0.10.0 Documentation <https://www.pygmt.org/v0.10.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.9 | ||
| - >=1.22 | ||
| - numpy>=1.22 | ||
| * - `v0.9.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.9.0>`_ | ||
| - `v0.9.0 Documentation <https://www.pygmt.org/v0.9.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.8 | ||
| - >=1.21 | ||
| - numpy>=1.21 | ||
| * - `v0.8.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.8.0>`_ | ||
| - `v0.8.0 Documentation <https://www.pygmt.org/v0.8.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.8 | ||
| - >=1.20 | ||
| - numpy>=1.20 | ||
| * - `v0.7.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.7.0>`_ | ||
| - `v0.7.0 Documentation <https://www.pygmt.org/v0.7.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.8 | ||
| - >=1.20 | ||
| - numpy>=1.20 | ||
| * - `v0.6.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.1>`_ | ||
| - `v0.6.1 Documentation <https://www.pygmt.org/v0.6.1>`_ | ||
| - >=6.3.0 | ||
| - >=3.8 | ||
| - >=1.19 | ||
| - numpy>=1.19 | ||
| * - `v0.6.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.0>`_ | ||
| - `v0.6.0 Documentation <https://www.pygmt.org/v0.6.0>`_ | ||
| - >=6.3.0 | ||
| - >=3.8 | ||
| - >=1.19 | ||
| - numpy>=1.19 | ||
| * - `v0.5.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.5.0>`_ | ||
| - `v0.5.0 Documentation <https://www.pygmt.org/v0.5.0>`_ | ||
| - >=6.2.0 | ||
| - >=3.7 | ||
| - >=1.18 | ||
| - numpy>=1.18 | ||
| * - `v0.4.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.1>`_ | ||
| - `v0.4.1 Documentation <https://www.pygmt.org/v0.4.1>`_ | ||
| - >=6.2.0 | ||
| - >=3.7 | ||
| - >=1.17 | ||
| - numpy>=1.17 | ||
| * - `v0.4.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.4.0>`_ | ||
| - `v0.4.0 Documentation <https://www.pygmt.org/v0.4.0>`_ | ||
| - >=6.2.0 | ||
| - >=3.7 | ||
| - >=1.17 | ||
| - numpy>=1.17 | ||
| * - `v0.3.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.3.1>`_ | ||
| - `v0.3.1 Documentation <https://www.pygmt.org/v0.3.1>`_ | ||
| - >=6.1.1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # Required packages | ||
| numpy>=1.23 | ||
| pandas | ||
| xarray | ||
| pandas>=1.5 | ||
| xarray>=2022.03 | ||
| netCDF4 | ||
| packaging |

Uh oh!
There was an error while loading. Please reload this page.