Skip to content

Commit

Permalink
Merge pull request #39 from TileDB-Inc/kerl/tiledbsoma-release-1.4.0
Browse files Browse the repository at this point in the history
tiledbsoma 1.4.0
  • Loading branch information
Shelnutt2 authored Aug 6, 2023
2 parents 7c4be53 + 030f602 commit a5baa68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
5 changes: 0 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.

27 changes: 13 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.3.0" %}
{% set version_r = "0.99.1" %}
{% set sha256 = "1fb5bf86440a47b724ffb083143bda8a26d79e036336bac57ac7c1feaa5d4b9d" %}
{% set version = "1.4.0" %}
{% set sha256 = "658fa9b9b899e5195ea0c483cb5154922a38fd52607681e5ae3e16578ca6a62a" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand All @@ -20,13 +19,13 @@ source:
# Pre-release canary "will Conda be green if we release":
#source:
# git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# git_rev: 02d45e92865a152535f2a30f247eec081e447041
# git_rev: 0855dcfeb086923c51dfc5c291b1d71571c17196
# git_depth: -1
# # hoping to be 1.3.0-rc0
# # hoping to be 1.4.0


build:
number: 1
number: 0
skip: true # [win or linux32 or py2k]
# Important: set this back to 0 on a new release

Expand All @@ -42,11 +41,11 @@ outputs:
- cmake
- make # [not win]
host:
- tiledb >=2.16.0,<2.17
- tiledb >=2.16.2,<2.17
- spdlog
- fmt
run:
- tiledb >=2.16.0,<2.17
- tiledb >=2.16.2,<2.17
- spdlog
- fmt
about:
Expand Down Expand Up @@ -97,11 +96,11 @@ outputs:
- scipy
- anndata # [py>37]
- anndata <0.9 # [py<=37]
- tiledb-py >=0.22.0,<0.23.0
- tiledb-py >=0.22.2,<0.23.0
- typing-extensions >=4.1
- numba
- attrs >=22.2
- somacore >=1.0.3
- somacore >=1.0.4
- scanpy 1.9.*
test:
imports:
Expand All @@ -118,7 +117,7 @@ outputs:
doc_url: https://docs.tiledb.com/
dev_url: https://github.com/single-cell-data/TileDB-SOMA/tree/main/apis/python
- name: r-tiledbsoma
version: {{ version_r }}
version: {{ version }}
script: build-r-tiledbsoma.sh
build:
rpaths:
Expand All @@ -133,7 +132,7 @@ outputs:
- r-rcppspdlog # [build_platform != target_platform]
- r-matrix # [build_platform != target_platform]
- r-bit64 # [build_platform != target_platform]
- r-tiledb >=0.20.0 # [build_platform != target_platform]
- r-tiledb >=0.20.3 # [build_platform != target_platform]
- r-arrow # [build_platform != target_platform]
- r-fs # [build_platform != target_platform]
- r-glue # [build_platform != target_platform]
Expand All @@ -148,7 +147,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.20.0
- r-tiledb >=0.20.3
- r-arrow
- r-fs
- r-glue
Expand All @@ -164,7 +163,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.20.0
- r-tiledb >=0.20.3
- r-arrow
- r-fs
- r-glue
Expand Down

0 comments on commit a5baa68

Please sign in to comment.