Skip to content

Commit

Permalink
Merge pull request #1 from regro-cf-autotick-bot/0.6.1_hf0c674
Browse files Browse the repository at this point in the history
libertem-blobfinder v0.6.1
  • Loading branch information
matbryan52 committed Apr 18, 2024
2 parents 2081c87 + 6062ce6 commit 5289fc1
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 25 deletions.
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "libertem-blobfinder" %}
{% set version = "0.5.0" %}
{% set version = "0.6.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/libertem-blobfinder-{{ version }}.tar.gz
sha256: 340034189d289a250f5476f2ec16361d5ebbb0628b416e211505fac26974804a
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 78c8fd83bb212d6f4bd3db74788a48c51aafa33603e5db6e3a4c2b549bafe6e5

build:
noarch: python
Expand All @@ -16,15 +16,19 @@ build:

requirements:
host:
- python >=3.7
- python >=3.9
- hatchling
- hatch-fancy-pypi-readme
- pip
run:
- python >=3.7
- python >=3.9
- numpy
- numba >=0.49
- pyfftw
- scikit-image
- hdbscan
- sparseconverter
- scipy
- sparse

test:
imports:
Expand Down

0 comments on commit 5289fc1

Please sign in to comment.