Skip to content

Commit

Permalink
release pillow versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ehgus committed Nov 28, 2024
1 parent e64f7d7 commit 5b141d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "TCFile"
version = "2024.10.2"
version = "2024.11.0"
description = "Python package for handling TCF data. It works with Tomcube data"
readme = "README.md"
requires-python = ">=3.7,<4"
Expand All @@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"numpy>=1.18.5,<3",
"h5py>=3.2.0,<4",
"pillow>=9.5.0,<11",
"pillow>=9.5.0",
"hdf5plugin>=4.4,<5",
"dask"
]
Expand Down

0 comments on commit 5b141d2

Please sign in to comment.