File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 include :
7676 # Python 3.12 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
7777 - python-version : ' 3.12'
78- numpy-version : ' 2.0 '
78+ numpy-version : ' 2.1 '
7979 pandas-version : ' =2.3'
8080 xarray-version : ' =2024.7'
8181 optional-packages : ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'
Original file line number Diff line number Diff line change 6161 python=3.12
6262 gmt=${{ matrix.gmt_version }}
6363 ghostscript
64- numpy=2.0
64+ numpy=2.1
6565 pandas=2.3
6666 xarray=2024.7
6767 packaging=24.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
77 # Required dependencies
88 - gmt=6.6.0
99 - ghostscript=10.07.0
10- - numpy>=2.0
10+ - numpy>=2.1
1111 - pandas>=2.3
1212 - xarray>=2024.7
1313 - packaging>=24.2
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ classifiers = [
3535 " Programming Language :: Python :: 3.14" ,
3636]
3737dependencies = [
38- " numpy>=2.0 " ,
38+ " numpy>=2.1 " ,
3939 " pandas>=2.3" ,
4040 " xarray>=2024.7" ,
4141 " packaging>=24.2" ,
You can’t perform that action at this time.
0 commit comments