-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update conda environments and CI (#814)
Simplify installation and update installation instructions
- Loading branch information
1 parent
91dc3f7
commit ad73eb3
Showing
11 changed files
with
82 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
channels: | ||
- pytorch | ||
- conda-forge | ||
name: | ||
sam | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: sam | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- nifty >=1.2.1 | ||
- imagecodecs | ||
- magicgui | ||
- napari >=0.5.0 | ||
- natsort | ||
- pip | ||
- pooch | ||
- pyqt | ||
- python-xxhash | ||
- python-elf >=0.4.8 | ||
# Note: installing the pytorch package from conda-forge will generally | ||
# give you the most optmized version for your system, if you have a modern | ||
# enough OS and CUDA version (CUDA >= 12). For older versions, you can | ||
# specify the CUDA version by pinning libtorch. | ||
# For example, add this line for a CUDA 11 version: | ||
# - libtorch=*=cuda11* | ||
# or, to enforce a CPU installation, change to | ||
# - "pytorch=*=cpu*" | ||
- pytorch >=2.4 | ||
- segment-anything | ||
- torchvision | ||
- torch_em >=0.7.0 | ||
- tqdm | ||
- timm | ||
- pip: | ||
- git+https://github.com/ChaoningZhang/MobileSAM.git |
File renamed without changes.
File renamed without changes.