Skip to content

Commit

Permalink
1.6.5.post: fix * in dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 17, 2024
1 parent ff53616 commit 466004c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pytorch_lightning/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = "1.6.5"
__version__ = "1.6.5.post0"
__author__ = "William Falcon et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.17.2, <=1.22.3
torch>=1.8.*, <=1.11.0
torch>=1.8.0, <=1.11.0
tqdm>=4.57.0, <=4.63.0
PyYAML>=5.4, <=6.0
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/examples.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torchvision>=0.9.*, <=0.12.0
torchvision>=0.9.0, <=0.12.0
gym[classic_control]>=0.17.0, <=0.23.1
ipython[all] <=8.1.1
6 changes: 3 additions & 3 deletions requirements/extra.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# extended list of package dependencies to reach full functionality

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

0 comments on commit 466004c

Please sign in to comment.