Skip to content

Commit c51e6d5

Browse files
CopilotRitesh313
andcommitted
Fix Black formatting and CI dependencies issues
Co-authored-by: Ritesh313 <36135489+Ritesh313@users.noreply.github.com>
1 parent 449a96e commit c51e6d5

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.10', '3.11', '3.12']
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
uv sync --all-extras
30+
uv sync --extra dev --extra logging
3131
3232
- name: Test imports
3333
run: |

scripts/get_dataloaders.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
from neon_tree_classification.core.dataset import NeonCrownDataset
3838

3939

40-
DATASET_URL = (
41-
"https://www.dropbox.com/scl/fi/v49xi6d7wtetctqphebx0/neon_tree_classification_dataset.zip?rlkey=fb7bz6kd0ckip4u0qd5xdor58&st=dvjyd5ry&dl=1"
42-
)
40+
DATASET_URL = "https://www.dropbox.com/scl/fi/v49xi6d7wtetctqphebx0/neon_tree_classification_dataset.zip?rlkey=fb7bz6kd0ckip4u0qd5xdor58&st=dvjyd5ry&dl=1"
4341

4442

4543
def _dataset_exists(dataset_dir: Path) -> bool:

0 commit comments

Comments
 (0)