Skip to content

Commit

Permalink
Bump to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Apr 21, 2024
1 parent 3cf605d commit edb5fb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{% set version = "0.4.1" %}
{% set version = "0.5.0" %}

package:
name: micro_sam
version: {{ version }}

source:
url: https://github.com/computational-cell-analytics/micro-sam/archive/{{ version }}.tar.gz
sha256: edd44d26939a1df73d7b3bc907fe491bf5cb6569b056126853fa052ad9ad9894
sha256: 4ba2aef5a077377fb7ce85d7c77f3c4f1b8023ab3eda508d7e1bd0b47739f59c

build:
entry_points:
- micro_sam.annotator = micro_sam.sam_annotator.annotator:main
- micro_sam.annotator_2d = micro_sam.sam_annotator.annotator_2d:main
- micro_sam.annotator_3d = micro_sam.sam_annotator.annotator_3d:main
- micro_sam.annotator_tracking = micro_sam.sam_annotator.annotator_tracking:main
- micro_sam.image_series_annotator = micro_sam.sam_annotator.image_series_annotator:main
- micro_sam.precompute_embeddings = micro_sam.precompute_state:main
noarch: python
number: 1
number: 0
script: pip install . --no-deps --ignore-installed --no-cache-dir -vvv

requirements:
Expand All @@ -31,11 +30,13 @@ requirements:
- pyqt
- python >=3.8
- python-elf >=0.4.8
- python-xxhash
- pytorch
- segment-anything
- torchvision
- torch_em
- torch_em >=0.7.0
- tqdm
- timm
- zarr

test:
Expand Down

0 comments on commit edb5fb9

Please sign in to comment.