Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

napari-tomotwin v0.2.2 #7

Merged
merged 4 commits into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "napari-tomotwin" %}
{% set version = "0.2.1" %}
{% set version = "0.2.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/napari-tomotwin-{{ version }}.tar.gz
sha256: e25cb06896325a7d558c131685dbaa41d10091ff03d9cc7bb7ba382330a785f8
sha256: e6a643ab9387e798d3f0113d615423e05be9533c84629eeec1cc42b2eca67895

build:
noarch: python
Expand All @@ -22,6 +22,7 @@ requirements:
run:
- magicgui
- matplotlib-base
# - mrcfile # Used in tests only
- napari
- napari-clusters-plotter >=0.7.2
- numpy
Expand All @@ -34,15 +35,16 @@ test:
- napari_tomotwin
commands:
- pip list
# - pip check
- pip check
requires:
- pip

about:
home: https://github.com/MPI-Dortmund/napari-tomotwin
home: https://pypi.org/project/napari-tomotwin
summary: Several tools for the work with TomoTwin
license: MPL-2.0
license_file: LICENSE
dev_url: https://github.com/MPI-Dortmund/napari-tomotwin

extra:
recipe-maintainers:
Expand Down