Skip to content

Conversation

kounelisagis
Copy link
Member

This PR adds an installation recipe for installing tiledb-client (https://pypi.org/project/tiledb-client/) together with tiledb-py using pip install tiledb[client].

cc. @nickvigilante

Closes CORE-359

Copy link
Contributor

@nickvigilante nickvigilante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

"dask[distributed]",
]
client = [
"tiledb-client",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kounelisagis since tiledb-client will be in pre-release state for a few weeks, perhaps this should be

Suggested change
"tiledb-client",
"tiledb-client>=3.0a2",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not merging this until we have a stable release of TileDB-Client seems like a better solution to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants