Skip to content

Commit 9772814

Browse files
committed
bump python versions
1 parent 8449ba3 commit 9772814

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pyclesperanto_prototype"
77
version = "0.24.6"
88
description = "GPU-accelerated image processing in python using OpenCL"
99
readme = { file = "README.md", content-type = "text/markdown" }
10-
requires-python = ">=3.6"
10+
requires-python = ">=3.9"
1111
license = { text = "BSD-3-Clause" }
1212
authors = [
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
]
3031
dependencies = [
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

Comments
 (0)