Skip to content

Commit

Permalink
tiledbsoma 0.1.22 (#733)
Browse files Browse the repository at this point in the history
* TileDB-SOMA 0.1.22

* Loosen tiledb-py dependency version
  • Loading branch information
johnkerl authored Jan 17, 2023
1 parent a85213b commit 2a148c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_requires =
pyarrow
scanpy
scipy
tiledb>=0.19.1
tiledb>=0.19.0
python_requires = >3.7

[options.extras_require]
Expand Down
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run(self):
"pyarrow",
"scanpy",
"scipy",
"tiledb>=0.19.1",
"tiledb>=0.19.0",
],
python_requires=">=3.7",
)
2 changes: 1 addition & 1 deletion apis/r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Interface for working with 'TileDB'-based Stack of Matrices,
from and export to in-memory formats used by popular toolchains like
'Seurat', 'Bioconductor', and even 'AnnData' using the companion Python
package.
Version: 0.1.21
Version: 0.1.22
Authors@R: c(
person(given = "Aaron",
family = "Wolen",
Expand Down

0 comments on commit 2a148c5

Please sign in to comment.