Skip to content

Commit

Permalink
Remove upper bound for Python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Jan 27, 2025
1 parent c13b5bc commit 7c3e08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Typing :: Typed"
]
keywords = ["medical", "image processing", "pytorch", "augmentation", "mri"]
requires-python = ">=3.9,<3.13"
requires-python = ">=3.9"
dependencies = [
"deprecated>=1.2",
"humanize>=0.1",
Expand Down

0 comments on commit 7c3e08d

Please sign in to comment.