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

Commit

Permalink
req: bump pytorch-tabular>=1.0 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 5, 2023
1 parent 0db86c1 commit 13545c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
env:
SYSTEM_VERSION_COMPAT: 1
run: |
pip --version
python -m pip install "pip==22.2.1"
pip install cython "torch>=1.7.1" -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install .[$EXTRAS,test] --upgrade --prefer-binary --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
Expand Down
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
5 changes: 3 additions & 2 deletions requirements/datatype_tabular.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

scikit-learn <=1.2.0
pytorch-forecasting>=0.9.0, <=0.10.3
pytorch-tabular==0.7.0
torchmetrics<0.8.0 # pytorch-tabular pins PL so we force a compatible TM version
# pytorch-tabular>=1.0.2, <1.0.3 # pending requirements resolving
https://github.com/Lightning-Sandbox/pytorch_tabular/archive/refs/heads/req/replace.zip
torchmetrics>=0.10.0
omegaconf<=2.1.1, <=2.1.1
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 13545c0

Please sign in to comment.