Skip to content

Commit

Permalink
Bump lightning version to latest stable release (2.4.0) (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Oct 2, 2024
1 parent e7e8f7c commit a8aa4ba
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 @@ -11,7 +11,7 @@ license = { file = "LICENSE" }
dependencies = [
"torch>=2.2.0",
"numpy<2.0",
"lightning==2.4.0.dev20240728",
"lightning==2.4.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 a8aa4ba

Please sign in to comment.