@@ -19,7 +19,6 @@ classifiers = [
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
2121 " Programming Language :: Python :: 3.13" ,
22- " Programming Language :: Python :: 3.9" ,
2322 " Programming Language :: Python" ,
2423 " Topic :: Scientific/Engineering :: Physics" ,
2524 " Topic :: Scientific/Engineering" ,
@@ -32,7 +31,6 @@ dependencies = [
3231 " numpy" ,
3332 " sympy >=1.9" , # lambdify cse
3433 " tqdm >=4.24.0" , # autonotebook
35- ' typing-extensions; python_version < "3.10"' ,
3634]
3735description = " Python fitter package for multiple computational back-ends"
3836dynamic = [" version" ]
@@ -48,7 +46,7 @@ keywords = [
4846license = {file = " LICENSE" }
4947maintainers = [{email = " compwa-admin@ep1.rub.de" }]
5048name = " tensorwaves"
51- requires-python = " >=3.9 "
49+ requires-python = " >=3.10 "
5250
5351[project .optional-dependencies ]
5452jax = [
@@ -372,7 +370,6 @@ positional = true
372370[tool .poe .tasks .test-all ]
373371help = " Run all tests on each supported Python version"
374372sequence = [
375- {ref = " test-py 3.9" },
376373 {ref = " test-py 3.10" },
377374 {ref = " test-py 3.11" },
378375 {ref = " test-py 3.12" },
0 commit comments