@@ -8,7 +8,7 @@ dynamic = ["version"]
88 description =" PyAuto Data Structures"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010license = { text = " MIT" }
11- requires-python = " >=3.9 "
11+ requires-python = " >=3.12 "
1212authors = [
1313 { name = " James Nightingale" , email = " James.Nightingale@newcastle.ac.uk" },
1414 { name = " Richard Hayes" , email = " richard@rghsoftware.co.uk" },
@@ -18,9 +18,6 @@ classifiers = [
1818 " Topic :: Scientific/Engineering :: Physics" ,
1919 " Natural Language :: English" ,
2020 " Operating System :: OS Independent" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
23- " Programming Language :: Python :: 3.11" ,
2421 " Programming Language :: Python :: 3.12" ,
2522 " Programming Language :: Python :: 3.13"
2623]
@@ -56,7 +53,7 @@ jax = ["autonerves[jax]"]
5653optional = [
5754 " autoarray[jax]" ,
5855 " numba" ,
59- " nufftax>=0.4.0,<0.5.0; python_version >= '3.12' " ,
56+ " nufftax>=0.4.0,<0.5.0" ,
6057 " pynufft" ,
6158 # tfp provides the modified-Bessel `bessel_kve` used by the JAX Matern-kernel
6259 # regularization path (autoarray/inversion/regularization/matern_kernel.py).
@@ -67,11 +64,11 @@ optional = [
6764 " tfp-nightly==0.26.0.dev20260713"
6865]
6966test = [" pytest" ]
70- dev = [" pytest" , " black" , " numba" , " nufftax>=0.4.0,<0.5.0; python_version >= '3.12' " , " pynufft==2022.2.2" ]
67+ dev = [" pytest" , " black" , " numba" , " nufftax>=0.4.0,<0.5.0" , " pynufft==2022.2.2" ]
7168
7269[tool .pytest .ini_options ]
7370testpaths = [" test_autoarray" ]
7471filterwarnings = [
7572 " ignore:cuda_plugin_extension:UserWarning" ,
7673 " ignore::DeprecationWarning:jax" ,
77- ]
74+ ]
0 commit comments