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

tiledbsoma 1.5.0rc0 #46

Merged
merged 3 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cdt_name:
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb main
- tiledb rc
cxx_compiler:
- gxx
cxx_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ c_compiler_version:
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb main
- tiledb rc
cxx_compiler:
- clangxx
cxx_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb main
- tiledb rc
cxx_compiler:
- clangxx
cxx_compiler_version:
Expand Down
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64]
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb main
- tiledb rc
channel_priority:
- strict
numpy:
Expand Down
16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.4.3" %}
{% set sha256 = "1d8d98f65c6e51338278906d93a9f2e43a6f486fa11c6ec96730d79dd7ea5b64" %}
{% set version = "1.5.0rc0" %}
{% set sha256 = "8e5e594a4d52026cc390cf675158f498d3518191415be20fab7c35f7bfa2645f" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand Down Expand Up @@ -41,11 +41,11 @@ outputs:
- cmake
- make # [not win]
host:
- tiledb >=2.16.2,<2.17
- tiledb >=2.17.0,<2.18
- spdlog
- fmt
run:
- tiledb >=2.16.2,<2.17
- tiledb >=2.17.0,<2.18
- spdlog
- fmt
about:
Expand Down Expand Up @@ -96,7 +96,7 @@ outputs:
- scipy
- anndata # [py>37]
- anndata <0.9 # [py<=37]
- tiledb-py >=0.22.2,<0.23.0
- tiledb-py >=0.23.0,<0.24.0
- typing-extensions >=4.1
- numba
- attrs >=22.2
Expand Down Expand Up @@ -132,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.3 # [build_platform != target_platform]
- r-tiledb >=0.21.0,<0.22 # [build_platform != target_platform]
- r-arrow # [build_platform != target_platform]
- r-fs # [build_platform != target_platform]
- r-glue # [build_platform != target_platform]
Expand All @@ -147,7 +147,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.20.3
- r-tiledb >=0.21.0,<0.22
jdblischak marked this conversation as resolved.
Show resolved Hide resolved
- r-arrow
- r-fs
- r-glue
Expand All @@ -163,7 +163,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.20.3
- r-tiledb >=0.21.0,<0.22
- r-arrow
- r-fs
- r-glue
Expand Down