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

Add Pandas to the runtime dependencies #4411

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Feb 6, 2023

Bokeh 3 directly depends on Pandas (>=1.2) and it makes sense for Panel to also depend on it, which is what this PR does. However, as Bokeh does, Pandas is never a top-level import (except in the tests) to avoid increasing the import time for non-Pandas users.

@maximlt maximlt mentioned this pull request Feb 6, 2023
@philippjfr
Copy link
Member

Thanks for this, test failures unrelated.

@philippjfr philippjfr merged commit 9219b86 into branch-1.0 Feb 6, 2023
@philippjfr philippjfr deleted the pandas_runtime_dep branch February 6, 2023 20:51
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