Skip to content

Commit

Permalink
[FIX] Prevent torch 2.0.0 installation (#1896)
Browse files Browse the repository at this point in the history
* Add torchvision & torchtext in requirements/anomaly.txt with fixed version

* Update requirements/anomaly.txt

* Update requirements/anomaly.txt
  • Loading branch information
JihwanEom authored and goodsong81 committed Mar 17, 2023
1 parent 62183a1 commit 865e0ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/anomaly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Anomaly Requirements.
anomalib==0.4.0rc2 # FIXME: -> 0.4.0
torchvision<0.15.1
torchtext<0.15.1
anomalib==0.4.0
kornia==0.6.9

0 comments on commit 865e0ca

Please sign in to comment.