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

Upgrade Modin/pandas and related packages #1272

Closed
wants to merge 1 commit into from

Conversation

YarShev
Copy link
Contributor

@YarShev YarShev commented Jul 10, 2024

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jul 10, 2024
@@ -10,18 +10,18 @@ packages = [{include = "pandasai"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
python-dotenv = "^1.0.0"
pandas = "1.5.3"
pandas = ">=2.0,<3.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should allow to install latest pandas 2.2.2 but if you look at the lock file, you will see pandas version = "2.1.4". There are probably some cross-dependencies that are not compatible with pandas 2.2.2. Does anybody know what we can do here to get latest pandas?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@gventuri, any thoughts?

@andeplane
Copy link
Contributor

Following this! Currently using pandas-ai in pyodide that has locked pandas to 2.2.0.

@gventuri
Copy link
Collaborator

Closing, as we are releasing support for pandas > 2 in the coming v3.0 version of PandasAI!

@gventuri gventuri closed this Nov 18, 2024
@YarShev
Copy link
Contributor Author

YarShev commented Nov 20, 2024

@gventuri, will Modin be upgraded too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pandas 2.0 conflicts with the SQL connectors
3 participants