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

req: bump pytorch-tabular>=1.0 #1545

Merged
merged 6 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
utilities
  • Loading branch information
Borda committed May 5, 2023
commit 6b51d57c71e618a2a69845bf28e84d6199cafd58
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