Skip to content

Commit 5ec8ed9

Browse files
update requirements.txt and setup.py
1 parent a77a6bf commit 5ec8ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PyYAML
22
--index-url https://pypi.python.org/simple/
33

44
torch>=1.9
5-
pytorch_lightning>=1.8.1
5+
pytorch_lightning>=1.9.0
66
protobuf==3.20.2
77
hydra-core>=1.1.0
88
hydra-colorlog>=1.1.0

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read(fname):
3030
"h5py",
3131
"pyyaml",
3232
"hydra-core>=1.1.0",
33-
"pytorch_lightning>=1.8.1",
33+
"pytorch_lightning>=1.9.0",
3434
"torchmetrics",
3535
"hydra-colorlog>=1.1.0",
3636
"rich",

0 commit comments

Comments
 (0)