Skip to content

Commit 466004c

Browse files
committed
1.6.5.post: fix * in dependency versions
1 parent ff53616 commit 466004c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.6.5"
4+
__version__ = "1.6.5.post0"
55
__author__ = "William Falcon et al."
66
__author_email__ = "[email protected]"
77
__license__ = "Apache-2.0"

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.17.2, <=1.22.3
2-
torch>=1.8.*, <=1.11.0
2+
torch>=1.8.0, <=1.11.0
33
tqdm>=4.57.0, <=4.63.0
44
PyYAML>=5.4, <=6.0
55
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.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.9.*, <=0.12.0
1+
torchvision>=0.9.0, <=0.12.0
22
gym[classic_control]>=0.17.0, <=0.23.1
33
ipython[all] <=8.1.1

requirements/extra.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# extended list of package dependencies to reach full functionality
22

33
matplotlib>3.1, <3.5.3
4-
torchtext>=0.9.*, <=0.12.0
5-
omegaconf>=2.0.5, <=2.1.*
6-
hydra-core>=1.0.5, <=1.1.*
4+
torchtext>=0.9.0, <=0.12.0
5+
omegaconf>=2.0.5, <2.2.0
6+
hydra-core>=1.0.5, <1.2.0
77
jsonargparse[signatures]>=4.7.1, <4.7.4
88
gcsfs>=2021.5.0, <=2022.2.0
99
rich>=10.2.2, !=10.15.0.a, <13.0.0

0 commit comments

Comments
 (0)