Skip to content

Commit 777a046

Browse files
committed
version 1.0.6
* unfreeze PT 1.8 * version ++
1 parent 5aa6cbe commit 777a046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytorch_lightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Root package info."""
22

3-
__version__ = '1.0.5'
3+
__version__ = '1.0.6'
44
__author__ = 'William Falcon et al.'
55
__author_email__ = '[email protected]'
66
__license__ = 'Apache-2.0'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# the default package dependencies
22

33
numpy>=1.16.4
4-
torch>=1.3,<1.8
4+
torch>=1.3
55
future>=0.17.1 # required for builtins in setup.py
66
# pyyaml>=3.13
77
PyYAML>=5.1 # OmegaConf requirement >=5.1

0 commit comments

Comments
 (0)