Skip to content

Commit

Permalink
Merge pull request #188 from sensein/fabiocat93-patch-3
Browse files Browse the repository at this point in the history
Update pyproject.toml (Fixing required python version on pypi)
  • Loading branch information
fabiocat93 authored Nov 14, 2024
2 parents 9b07f7b + 21e751f commit fb65aa2
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 @@ -26,7 +26,7 @@ classifiers = [
packages = [{include = "senselab", from = "src"}]

[tool.poetry.dependencies]
python = "~=3.10"
python = ">=3.10,<3.12"
datasets = "~=3"
torch = "~=2.4"
torchvision = "~=0.19"
Expand Down

0 comments on commit fb65aa2

Please sign in to comment.