Skip to content

Commit

Permalink
1.5.10.post: fix * in dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 17, 2024
1 parent 9ebdc52 commit 813797f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytorch_lightning/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = "1.5.10"
__version__ = "1.5.10.post0"
__author__ = "William Falcon et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements/examples.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torchvision>=0.8.*
torchvision>=0.8.0
gym>=0.17.0
ipython[all]
2 changes: 1 addition & 1 deletion requirements/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

matplotlib>3.1
horovod>=0.21.2 # no need to install with [pytorch] as pytorch is already installed
torchtext>=0.8.*
torchtext>=0.8.0
omegaconf>=2.0.5
hydra-core>=1.0.5
jsonargparse[signatures]>=4.0.4,<5.0.0
Expand Down

0 comments on commit 813797f

Please sign in to comment.