Skip to content

Commit 5b141d2

Browse files
committed
release pillow versioning
1 parent e64f7d7 commit 5b141d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "TCFile"
7-
version = "2024.10.2"
7+
version = "2024.11.0"
88
description = "Python package for handling TCF data. It works with Tomcube data"
99
readme = "README.md"
1010
requires-python = ">=3.7,<4"
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"numpy>=1.18.5,<3",
2424
"h5py>=3.2.0,<4",
25-
"pillow>=9.5.0,<11",
25+
"pillow>=9.5.0",
2626
"hdf5plugin>=4.4,<5",
2727
"dask"
2828
]

0 commit comments

Comments
 (0)