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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

YarShev
Copy link
Contributor

@YarShev YarShev commented Jul 10, 2024

Signed-off-by: Iaroslav Igoshev <iaroslav.igoshev@intel.com>
@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?

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, just a friendly reminder

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
1 participant