Skip to content

Commit

Permalink
Merge pull request #11 from wdoppenberg/fix/relax-python-version-req
Browse files Browse the repository at this point in the history
Update Python version compatibility requirements
  • Loading branch information
wdoppenberg authored Jan 16, 2025
2 parents 6550149 + 9ce8515 commit 72096ec
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 81 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "ellipse-rcnn"
version = "0.2.1"
version = "0.2.2"
description = "An implementation of the Ellipse R-CNN object detection model in PyTorch, based on 'Ellipse R-CNN: Learning to Infer Elliptical Object from Clustering and Occlusion' by Dong et al."
authors = [
{ name = "Wouter Doppenberg", email = "wouterdoppenberg@gmail.com" }
]
license = { text = "MIT" }
requires-python = "==3.12.*"
requires-python = ">=3.12"
dependencies = [
"torch>=2.5.1",
"torchvision>=0.20.1",
Expand Down
Loading

0 comments on commit 72096ec

Please sign in to comment.