Skip to content

Commit

Permalink
update to tiledbsoma 1.0.0rc4 (#239)
Browse files Browse the repository at this point in the history
* update python census package dependency to tiledbsoma 1.0rc3

* update builder deps to tiledbsoma 1.0rc3

* add temp workaround for attrs under specification

* update to rc4
  • Loading branch information
Bruce Martin authored Mar 4, 2023
1 parent 57972f3 commit d0927af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/python/cell_census/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies= [
# of TileDB on-disk storage format. Make sure this doesn't fall behind the builder's tiledbsoma version.
# NOTE: tiledb is also a requirement of the API, but tiledbsoma also has a tiledb dependency, so just use
# the same version here
"tiledbsoma==1.0.0rc2",
"tiledbsoma==1.0.0rc4",
"typing_extensions",
"s3fs",
"scikit-misc",
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numpy
# NOTE: You can also build this dependency from source, per ./notebooks/README.md.
# NOTE: The builder's version of tiledbsoma MUST be <= the API's tiledbsoma version, to ensure reader compatibility
# of TileDB on-disk storage format
tiledbsoma==1.0rc2
tiledbsoma==1.0rc4
# NOTE: tiledb is also a requirement of the builder, but builder must not use a tiledb version that is ahead of
# tiledbsoma's tiledb version (so just use the same version)
# tiledb
Expand All @@ -18,4 +18,4 @@ Cython # required by owlready2
wheel # required by owlready2
owlready2
gitpython
attrs
attrs>=22.2.0

0 comments on commit d0927af

Please sign in to comment.