22build-backend = " setuptools.build_meta"
33requires = [
44 " build" ,
5- " numpy>=2.0.0rc1,<3; python_version>='3.9'" ,
6- " oldest-supported-numpy; python_version<'3.9'" ,
5+ " numpy>=2,<3" ,
76 " pip>9.0.1" ,
87 " setuptools>=42" ,
98 " setuptools-scm[toml]>=3.4" ,
@@ -18,15 +17,13 @@ license-files = [ "LICENSE.txt" ]
1817authors = [
1918 {
name =
" Eric Firing, Filipe Fernandes" ,
email =
" [email protected] " },
2019]
21- requires-python = " >=3.9 "
20+ requires-python = " >=3.11 "
2221classifiers = [
2322 " Development Status :: 5 - Production/Stable" ,
2423 " Intended Audience :: Science/Research" ,
2524 " Operating System :: OS Independent" ,
2625 " Programming Language :: Python" ,
2726 " Programming Language :: Python :: 3 :: Only" ,
28- " Programming Language :: Python :: 3.9" ,
29- " Programming Language :: Python :: 3.10" ,
3027 " Programming Language :: Python :: 3.11" ,
3128 " Programming Language :: Python :: 3.12" ,
3229 " Programming Language :: Python :: 3.13" ,
@@ -38,7 +35,7 @@ dynamic = [
3835 " version" ,
3936]
4037dependencies = [
41- " numpy>=1.21 " ,
38+ " numpy>=2 " ,
4239]
4340urls.documentation = " https://teos-10.github.io/GSW-Python/"
4441urls.homepage = " https://www.teos-10.org/"
0 commit comments