Skip to content

Commit 38d7719

Browse files
committed
update Pipfile
1 parent ea42412 commit 38d7719

File tree

2 files changed

+189
-175
lines changed

2 files changed

+189
-175
lines changed

Diff for: Pipfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ av = "*"
88
pandas = "*"
99
torch = "==1.7.1"
1010
torchvision = "==0.8.2"
11-
hydra-core = "*"
11+
hydra-core = "==1.0.0"
1212
tensorboard = "==2.3.0"
1313
coloredlogs = "*"
1414
hydra-colorlog = "*"
@@ -17,6 +17,8 @@ scikit-video = "*"
1717
hydra = "*"
1818
fvcore = "*"
1919
typing-extensions = "*"
20+
urllib3 = "==1.26.5"
21+
omegaconf = "==2.0.1"
2022

2123
[dev-packages]
2224
isort = "*"

0 commit comments

Comments
 (0)