Skip to content

Commit 44bbfa3

Browse files
committed
fix packaging missing
1 parent f9f4853 commit 44bbfa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytorch_lightning/info.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.2.9'
4+
__version__ = '1.2.10'
55
__author__ = 'William Falcon et al.'
66
__author_email__ = '[email protected]'
77
__license__ = 'Apache-2.0'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tqdm>=4.41.0
99
fsspec[http]>=0.8.1
1010
tensorboard>=2.2.0, !=2.5.0 # 2.5.0 GPU CI error: 'Couldn't build proto file into descriptor pool!'
1111
torchmetrics==0.2.0
12+
packaging

0 commit comments

Comments
 (0)