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

Update Dependency Versions #1

Open
songzhi opened this issue Feb 28, 2025 · 2 comments
Open

Update Dependency Versions #1

songzhi opened this issue Feb 28, 2025 · 2 comments

Comments

@songzhi
Copy link

songzhi commented Feb 28, 2025

I see that many dependency library versions are quite old, perhaps they can be upgraded to the latest version?

@songzhi songzhi changed the title Update Dependencies' version Update Dependency Versions Feb 28, 2025
@wangrunji0408
Copy link
Collaborator

We support a minimum Python version of 3.8. However, many of the latest versions of dependencies no longer support it. As a result, these dependencies have been kept at their current versions.

@iamthebot
Copy link

iamthebot commented Feb 28, 2025

@wangrunji0408 unfortunately you're still using ~= pins for critical packages like pyarrow, etc. This causes major dependency conflicts. It's best practice to use >= for packages like pyarrow and let the pip/conda solver handle other constraints from transitive dependencies, etc. If in your own deployments you require those versions you can always use lockfiles, etc.

eg; in the conda-forge feedstock PR I've had to remove those ~= pins.

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

No branches or pull requests

3 participants