Skip to content

Commit 32f07b0

Browse files
authored
Update I2K workshop documentation
1 parent 6ffb182 commit 32f07b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workshops/i2k_2024/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can create a new environment and install it like this:
3838
```bash
3939
conda create -c conda-forge -n micro_sam python=3.11 natsort
4040
conda activate micro_sam
41-
conda install -c pytorch -c conda-forge "micro_sam>=1.1" "pytorch>=2.4" "protobuf<5" cpuonly
41+
conda install -c conda-forge "micro_sam>=1.1" "pytorch>=2.4"
4242
```
4343
If you already have an installation of `micro_sam` please update it by running the last command in your respective environment. You can find more information about the installation [here](https://computational-cell-analytics.github.io/micro-sam/micro_sam.html#installation).
4444

0 commit comments

Comments
 (0)