Skip to content

Commit dfb2042

Browse files
authored
Prepare for 1.14.0 release (#1159)
1 parent 84749c2 commit dfb2042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/python/cellxgene_census/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies= [
3131
# NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to
3232
# ensure that the assets are readable (tiledbsoma supports backward compatible reading).
3333
# Make sure this version does not fall behind the builder's tiledbsoma version.
34-
"tiledbsoma~=1.9.1",
34+
"tiledbsoma==1.11.3",
3535
"anndata",
36-
"numpy>=1.21",
36+
"numpy>=1.21,<2.0",
3737
"requests",
3838
"typing_extensions",
3939
"s3fs>=2021.06.1",

api/r/cellxgene.census/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: cellxgene.census
22
Title: CZ CELLxGENE Discover Cell Census
3-
Version: 1.13.1
3+
Version: 1.14.0
44
Authors@R:
55
person("Chan Zuckerberg Initiative Foundation", email = "[email protected]",
66
role = c("aut", "cre", "cph", "fnd"))

0 commit comments

Comments
 (0)