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.15.3 #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -40,7 +40,7 @@ python:
r_base:
- '4.3'
spdlog:
- '1.14'
- '1.15'
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/migrations/spdlog114.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ __migrator:
migration_number: 1
migrator_ts: 1722204008.301365
spdlog:
- '1.14'
- '1.15'
9 changes: 9 additions & 0 deletions .ci_support/migrations/spdlog115.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for spdlog 1.15
kind: version
migration_number: 1
migrator_ts: 1731195190.0405502
spdlog:
- '1.15'

2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ python:
r_base:
- '4.3'
spdlog:
- '1.14'
- '1.15'
target_platform:
- osx-64
zip_keys:
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 @@ -42,7 +42,7 @@ python:
r_base:
- '4.3'
spdlog:
- '1.14'
- '1.15'
target_platform:
- osx-arm64
zip_keys:
Expand Down
13 changes: 6 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.15.2" %}
{% set sha256 = "833b8d8dcd73d8f392778f4b21fd8aa331b9af34bf2d613476f04b5bfb4b85e6" %}
{% set version = "1.15.3" %}
{% set sha256 = "86b33c526b8b99cb452c2a417214931af07338680fc9b6f6e76c5112a09a5104" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand All @@ -23,10 +23,10 @@ source:
# Pre-tag canary "will Conda be green if we release":
#source:
# git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# # release-1.15 branch 2024-12-16
# git_rev: f0b20b966ab3dfaee4c15c614dbe53770b197312
# # release-1.15 branch 2025-01-10
# git_rev: 80ceaaaeb03c06727130feb03bd4bd5c12c43edc
# git_depth: -1
# # hoping to be 1.15.1 <-- FILL IN HERE
# # hoping to be 1.15.3 <-- FILL IN HERE

build:
number: 0
Expand Down Expand Up @@ -93,8 +93,7 @@ outputs:
- pandas
- pyarrow
- python
# https://github.com/single-cell-data/TileDB-SOMA/issues/3444
- scipy <1.15.0
- scipy
- anndata >=0.10.1
- typing-extensions >=4.1
- numba >=0.58.1
Expand Down