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

Commit

Permalink
utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 5, 2023
1 parent 4bb0d41 commit 6b51d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jsonargparse[signatures] >=3.17.0, <=4.9.0
click >=7.1.2, <=8.1.3
protobuf <=3.20.1
fsspec[http] >=2022.5.0,<=2022.7.1
lightning-utilities >=0.4.1
lightning-utilities >=0.3.0
2 changes: 1 addition & 1 deletion src/flash/core/data/base_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
from typing import Any, Dict, List, Set, Tuple

from lightning_utilities.core.overrides import is_overridden
from pytorch_lightning.utilities.model_helpers import is_overridden

from flash.core.data.callback import BaseDataFetcher
from flash.core.data.utils import _CALLBACK_FUNCS
Expand Down

0 comments on commit 6b51d57

Please sign in to comment.