@@ -7,7 +7,7 @@ name = "pyclesperanto_prototype"
77version = " 0.24.6"
88description = " GPU-accelerated image processing in python using OpenCL"
99readme = { file = " README.md" , content-type = " text/markdown" }
10- requires-python = " >=3.6 "
10+ requires-python = " >=3.9 "
1111license = { text = " BSD-3-Clause" }
1212authors = [
1313 { name = " Robert Haase" , email = " robert.haase@uni-leipzig.de" }
@@ -20,18 +20,19 @@ classifiers = [
2020 " Topic :: Scientific/Engineering :: Information Analysis" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.7" ,
24- " Programming Language :: Python :: 3.8" ,
2523 " Programming Language :: Python :: 3.9" ,
2624 " Programming Language :: Python :: 3.10" ,
25+ " Programming Language :: Python :: 3.11" ,
26+ " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2728 " Operating System :: OS Independent" ,
2829 " License :: OSI Approved :: BSD License"
2930]
3031dependencies = [
31- " numpy!=1.19.4,<2.0 .0" ,
32+ " numpy>2 .0" ,
3233 " pyopencl" ,
3334 " toolz" ,
34- " scikit-image>=0.18.0,!= 0.20.0" ,
35+ " scikit-image>0.20.0" ,
3536 " matplotlib" ,
3637 " transforms3d"
3738]
0 commit comments