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

[python] Tighten TileDB pypi dependency to be a 0.21.x version. #1299

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

thetorpedodog
Copy link
Contributor

It was brought up to me that using tiledb>=0.21.2 could result in v0.22.0 matching, which is not what we want (this would cause a core version mismatch, which is Bad™). Instead, we should pin to ~=0.21.2, which means "any v0.21.x version where x >= 2".

It was brought up to me that using `tiledb>=0.21.2` could result in
v0.22.0 matching, which is not what we want (this would cause a core
version mismatch, which is Bad™). Instead, we should pin to `~=0.21.2`,
which means "any v0.21.x version where x >= 2".
Copy link
Member

@johnkerl johnkerl left a comment

Choose a reason for hiding this comment

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

@thetorpedodog thetorpedodog merged commit 2d4d1b7 into main Apr 26, 2023
@thetorpedodog thetorpedodog deleted the tiledb-tilde-equals branch April 26, 2023 20:19
@johnkerl johnkerl changed the title Tighten TileDB pypi dependency to be a 0.21.x version. [python] Tighten TileDB pypi dependency to be a 0.21.x version. May 3, 2023
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.

2 participants