Skip to content

Commit 865e0ca

Browse files
JihwanEomSongki Choi
authored andcommitted
[FIX] Prevent torch 2.0.0 installation (#1896)
* Add torchvision & torchtext in requirements/anomaly.txt with fixed version * Update requirements/anomaly.txt * Update requirements/anomaly.txt
1 parent 62183a1 commit 865e0ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/anomaly.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
22
# Anomaly Requirements.
3-
anomalib==0.4.0rc2 # FIXME: -> 0.4.0
3+
torchvision<0.15.1
4+
torchtext<0.15.1
5+
anomalib==0.4.0
46
kornia==0.6.9

0 commit comments

Comments
 (0)