Skip to content

Commit 01be089

Browse files
authored
Add sam2 as a dependency (#310)
* Add sam2 as a dependency * Remove support for Python 3.8 and 3.9
1 parent 1c54f5d commit 01be089

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- { os: ubuntu-latest, py: "3.8" }
19-
- { os: ubuntu-latest, py: "3.9" }
2018
- { os: ubuntu-latest, py: "3.10" }
2119
- { os: ubuntu-latest, py: "3.11" }
2220

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ patool
99
pycocotools
1010
pyproj
1111
rasterio
12+
sam2
1213
segment-anything-hq
1314
segment-anything-py
1415
timm

0 commit comments

Comments
 (0)