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" ,
@@ -13,21 +12,18 @@ requires = [
1312[project ]
1413name = " gsw"
1514description = " Gibbs Seawater Oceanographic Package of TEOS-10"
16- license = { text = " BSD-3-Clause" }
15+ license = " BSD-3-Clause"
16+ license-files = [ " LICENSE.txt" ]
1717authors = [
1818 {
name =
" Eric Firing, Filipe Fernandes" ,
email =
" [email protected] " },
1919]
20- requires-python = " >=3.8 "
20+ requires-python = " >=3.11 "
2121classifiers = [
2222 " Development Status :: 5 - Production/Stable" ,
2323 " Intended Audience :: Science/Research" ,
24- " License :: OSI Approved :: BSD License" ,
2524 " Operating System :: OS Independent" ,
2625 " Programming Language :: Python" ,
2726 " Programming Language :: Python :: 3 :: Only" ,
28- " Programming Language :: Python :: 3.8" ,
29- " Programming Language :: Python :: 3.9" ,
30- " Programming Language :: Python :: 3.10" ,
3127 " Programming Language :: Python :: 3.11" ,
3228 " Programming Language :: Python :: 3.12" ,
3329 " Programming Language :: Python :: 3.13" ,
@@ -39,14 +35,13 @@ dynamic = [
3935 " version" ,
4036]
4137dependencies = [
42- " numpy>=1.21 " ,
38+ " numpy>=2 " ,
4339]
4440urls.documentation = " https://teos-10.github.io/GSW-Python/"
4541urls.homepage = " https://www.teos-10.org/"
4642urls.repository = " https://github.com/TEOS-10/GSW-python"
4743
4844[tool .setuptools ]
49- license-files = [ " LICENSE.txt" ]
5045zip-safe = false
5146include-package-data = true
5247packages = [ " gsw" , " gsw.tests" ]
0 commit comments