We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64f7d7 commit 5b141d2Copy full SHA for 5b141d2
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "TCFile"
7
-version = "2024.10.2"
+version = "2024.11.0"
8
description = "Python package for handling TCF data. It works with Tomcube data"
9
readme = "README.md"
10
requires-python = ">=3.7,<4"
@@ -22,7 +22,7 @@ classifiers = [
22
dependencies = [
23
"numpy>=1.18.5,<3",
24
"h5py>=3.2.0,<4",
25
- "pillow>=9.5.0,<11",
+ "pillow>=9.5.0",
26
"hdf5plugin>=4.4,<5",
27
"dask"
28
]
0 commit comments