We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.5.10.post
1 parent 9ebdc52 commit 813797fCopy full SHA for 813797f
pytorch_lightning/__about__.py
@@ -1,7 +1,7 @@
1
import time
2
3
_this_year = time.strftime("%Y")
4
-__version__ = "1.5.10"
+__version__ = "1.5.10.post0"
5
__author__ = "William Falcon et al."
6
__author_email__ = "[email protected]"
7
__license__ = "Apache-2.0"
requirements/examples.txt
@@ -1,3 +1,3 @@
-torchvision>=0.8.*
+torchvision>=0.8.0
gym>=0.17.0
ipython[all]
requirements/extra.txt
@@ -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
8
jsonargparse[signatures]>=4.0.4,<5.0.0
0 commit comments