Skip to content

Commit 813797f

Browse files
committed
1.5.10.post: fix * in dependency versions
1 parent 9ebdc52 commit 813797f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytorch_lightning/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time
22

33
_this_year = time.strftime("%Y")
4-
__version__ = "1.5.10"
4+
__version__ = "1.5.10.post0"
55
__author__ = "William Falcon et al."
66
__author_email__ = "[email protected]"
77
__license__ = "Apache-2.0"

requirements/examples.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
torchvision>=0.8.*
1+
torchvision>=0.8.0
22
gym>=0.17.0
33
ipython[all]

requirements/extra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)