Skip to content

Commit c26321b

Browse files
Update environment for doc creation
1 parent adf79fc commit c26321b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
activate-environment: sam
3030
mamba-version: "*"
3131
auto-update-conda: true
32-
environment-file: environment_cpu.yaml
32+
environment-file: .github/workflows/doc_env.yaml
3333
python-version: ${{ matrix.python-version }}
3434
auto-activate-base: false
3535
env:

.github/workflows/doc_env.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
channels:
2+
- pytorch
3+
- conda-forge
4+
name:
5+
sam
6+
dependencies:
7+
- cpuonly
8+
- napari
9+
- pdoc
10+
- pooch
11+
- pyqt
12+
- python-elf
13+
- pytorch
14+
- torchvision
15+
- tqdm
16+
- pip:
17+
- git+https://github.com/facebookresearch/segment-anything.git

environment_cpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name:
66
dependencies:
77
- cpuonly
88
- napari
9-
- pdoc
109
- pooch
1110
- python-elf
1211
- pytorch

0 commit comments

Comments
 (0)