File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ jobs:
62
62
isDraft : true
63
63
- os : windows-latest
64
64
isDraft : true
65
- # Pair Python 3.9 with NumPy 1.22 and Python 3.12 with NumPy 1.26
65
+ # Pair Python 3.9 with NumPy 1.23 and Python 3.12 with NumPy 1.26
66
66
# Only install optional packages on Python 3.12/NumPy 1.26
67
67
include :
68
68
- python-version : ' 3.9'
69
- numpy-version : ' 1.22 '
69
+ numpy-version : ' 1.23 '
70
70
optional-packages : ' '
71
71
- python-version : ' 3.12'
72
72
numpy-version : ' 1.26'
Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ Compatibility with GMT/Python/NumPy versions
271
271
- `Dev Documentation <https://www.pygmt.org/dev >`_ (reflects `main branch <https://github.com/GenericMappingTools/pygmt >`_)
272
272
- >=6.3.0
273
273
- >=3.9
274
- - >=1.22
274
+ - >=1.23
275
275
* - `v0.10.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.10.0 >`_ (latest release)
276
276
- `v0.10.0 Documentation <https://www.pygmt.org/v0.10.0 >`_
277
277
- >=6.3.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
- python=3.12
8
8
- gmt=6.5.0
9
9
- ghostscript=10.02.1
10
- - numpy>=1.22
10
+ - numpy
11
11
- pandas
12
12
- xarray
13
13
- netCDF4
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Dependencies
94
94
95
95
PyGMT requires the following libraries to be installed:
96
96
97
- * `numpy <https://numpy.org >`__ (>= 1.22 )
97
+ * `numpy <https://numpy.org >`__ (>= 1.23 )
98
98
* `pandas <https://pandas.pydata.org >`__
99
99
* `xarray <https://xarray.dev/ >`__
100
100
* `netCDF4 <https://unidata.github.io/netcdf4-python >`__
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
- python=3.12
7
7
# Required dependencies
8
8
- gmt=6.5.0
9
- - numpy>=1.22
9
+ - numpy>=1.23
10
10
- pandas
11
11
- xarray
12
12
- netCDF4
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ classifiers = [
31
31
" License :: OSI Approved :: BSD License" ,
32
32
]
33
33
dependencies = [
34
- " numpy>=1.22 " ,
34
+ " numpy>=1.23 " ,
35
35
" pandas" ,
36
36
" xarray" ,
37
37
" netCDF4" ,
Original file line number Diff line number Diff line change 1
1
# Required packages
2
- numpy >= 1.22
2
+ numpy >= 1.23
3
3
pandas
4
4
xarray
5
5
netCDF4
You can’t perform that action at this time.
0 commit comments