Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Update video requirements in imports.py (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris authored Sep 2, 2021
1 parent 797ae9f commit bc82b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/core/utilities/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class Image(metaclass=MetaImage):
]
)
_TABULAR_AVAILABLE = _TABNET_AVAILABLE and _PANDAS_AVAILABLE
_VIDEO_AVAILABLE = _PYTORCHVIDEO_AVAILABLE
_VIDEO_AVAILABLE = _TORCHVISION_AVAILABLE and _PIL_AVAILABLE and _PYTORCHVIDEO_AVAILABLE and _KORNIA_AVAILABLE
_IMAGE_AVAILABLE = all(
[
_TORCHVISION_AVAILABLE,
Expand Down

0 comments on commit bc82b6b

Please sign in to comment.