Skip to content

Conversation

twoertwein
Copy link
Member

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