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 parent 5aa6cbe commit 777a046Copy full SHA for 777a046
pytorch_lightning/__init__.py
@@ -1,6 +1,6 @@
1
"""Root package info."""
2
3
-__version__ = '1.0.5'
+__version__ = '1.0.6'
4
__author__ = 'William Falcon et al.'
5
__author_email__ = '[email protected]'
6
__license__ = 'Apache-2.0'
requirements.txt
@@ -1,7 +1,7 @@
# the default package dependencies
numpy>=1.16.4
-torch>=1.3,<1.8
+torch>=1.3
future>=0.17.1 # required for builtins in setup.py
# pyyaml>=3.13
7
PyYAML>=5.1 # OmegaConf requirement >=5.1
0 commit comments