From d28531f6f0850b2d3150be0d484f8e7e84e615fe Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 9 Sep 2024 14:53:39 -0500 Subject: [PATCH 1/2] Add sam2 as a dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d5696474..d8bd970b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ patool pycocotools pyproj rasterio +sam2 segment-anything-hq segment-anything-py timm From 88661702542e2dae77d9de1ad1d4441b414d7fec Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 9 Sep 2024 14:58:06 -0500 Subject: [PATCH 2/2] Remove support for Python 3.8 and 3.9 --- .github/workflows/ubuntu.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index b17609d8..c584e1f9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -15,8 +15,6 @@ jobs: fail-fast: false matrix: config: - - { os: ubuntu-latest, py: "3.8" } - - { os: ubuntu-latest, py: "3.9" } - { os: ubuntu-latest, py: "3.10" } - { os: ubuntu-latest, py: "3.11" }