8000 Add plotly[express] extra for easily installing Plotly Express dependencies by ndrezn · Pull Request #4644 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

Add plotly[express] extra for easily installing Plotly Express dependencies #4644

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

Merged
merged 21 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update requires-pandas.txt
Co-authored-by: Alex Johnson <johnson.alex.c@gmail.com>
  • Loading branch information
ndrezn and alexcjohnson authored Jun 20, 2024
commit 33c446c6a39781f8c6c5e3d80b597fdd83e1ad0a
2 changes: 1 addition & 1 deletion packages/python/plotly/requires-pandas.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas; python_version <= '3.8' # Loose requirement for older Python as older numpy is not supported
pandas>=2.2.0; python_version > '3.0' # Minimum pin to ensure compatibility with all versions of numpy
pandas>=2.2.0; python_version > '3.8' # Minimum pin to ensure compatibility with all versions of numpy
0