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

Remove cap on python version #628

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Conversation

twoertwein
Copy link
Member

@@ -49,7 +49,7 @@ pre-commit = ">=2.19.0"
black = ">=22.12.0"
isort = ">=5.10.1"
openpyxl = ">=3.0.10"
tables = { version = ">=3.7.0" }
tables = { version = ">=3.7.0" , python = "<4"} # 3.8.0 depends on blosc2 which caps python to <4
Copy link
Collaborator

Choose a reason for hiding this comment

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

That's a dev dependency, so we should be OK.

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

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

Thanks @twoertwein

@Dr-Irv Dr-Irv merged commit 5945ada into pandas-dev:main Apr 4, 2023
@twoertwein twoertwein deleted the python_version branch August 14, 2023 17:08
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.

Please remove cap on python version in pyproject.toml
2 participants