소스 검색

Update requirements.txt

metya 3 년 전
부모
커밋
86d77512ff
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      requirements.txt

+ 5 - 5
requirements.txt

@@ -1,8 +1,8 @@
 # Requirements automatically generated by pigar.
 # https://github.com/damnever/pigar
 
-pytorch_lightning == 0.4.3
-torch == 1.2.0
-torchsummary == 1.5.1
-torchtest == 0.5
-torchvision == 0.4.0
+pytorch_lightning >= 1.6.0
+torch >= 1.2.0
+torchsummary >= 1.5.1
+torchtest >= 0.5
+torchvision >= 0.4.0