We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a13213 commit d524bb0Copy full SHA for d524bb0
.github/workflows/build.yml
@@ -37,6 +37,7 @@ jobs:
37
pip install --user --no-cache-dir Cython
38
pip install --user -r requirements.txt
39
pip install --user -r requirements_dev.txt
40
+ pip install --user .
41
- name: PKG-TEST
42
run: |
43
python -m unittest discover tests/
.github/workflows/docs.yml
@@ -16,6 +16,7 @@ jobs:
16
python -m pip install --upgrade pip
17
18
19
20
21
22
requirements.txt
@@ -0,0 +1 @@
1
+segment-anything-py
0 commit comments