-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Too much restriction on pyarrow dependency #1986
Comments
Hii @FlorianJacta |
This is not yet open for contribution. We will assign you if it is. Thank you @SaumyaSubham ! |
What is databricks take on this ? |
I have found this: databricks/databricks-sql-python#427 |
@FredLL-Avaiga DO you remember any reason to update the minimal supported version? |
@SaumyaSubham Thank you for your understanding. |
I suppose for the time being we can support 16+ |
@S-YED thanks for your contribution! Seems to me that the databricks team is working on a change that will remove the upper bound for dependencies => You will be able to install taipy (even with pyarrow>=17.0.0,<18.0) after their PR is merged. However, this may take a while, so I would suggest 2 approaches:
|
Sounds fair. |
@toan-quach |
What went wrong? 🤔
There is a breaking change in dependencies going from 3.1.1 to 4.0 by a restriction on pyarrow.
Packages like
databricks-sql-connector==3.4.0
cannot be installed now because of this conflict.Expected Behavior
We should be able to install Taipy alongside databricks-sql-connector==3.4.0.
Steps to Reproduce Issue
Version of Taipy
develop - 10/9/24
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: