Skip to content

Commit

Permalink
Relax torch constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov committed Dec 28, 2024
1 parent fabf765 commit 501846e
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 @@ -9,9 +9,9 @@ readme = "README.md"
license = { file = "LICENSE" }

dependencies = [
"torch>=2.2.0,<=2.4.1",
"torch>=2.5.0,<2.6.0",
"numpy<2.0",
"lightning==2.4.0",
"lightning>=2.5.0,<2.6.0",
"jsonargparse[signatures]>=4.30.1,<=4.32.1", # 4.33 does not seem to be compatible with Python 3.9
"huggingface_hub>=0.23.5", # download models
"safetensors>=0.4.3", # download models
Expand Down

0 comments on commit 501846e

Please sign in to comment.