Skip to content

Commit

Permalink
Add a pyarrow importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 committed Sep 28, 2024
1 parent f9918d4 commit f8c63e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/datasets/test_ftw.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

from torchgeo.datasets import DatasetNotFoundError, FieldsOfTheWorld

pytest.importorskip('pyarrow', minversion='15.0.0')


class TestFieldsOfTheWorld:
@pytest.fixture(
Expand Down

0 comments on commit f8c63e8

Please sign in to comment.