Skip to content

➖ simplify dependencies after uv update #786

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 1 commit into from
Dec 23, 2024
Merged

Conversation

burgholzer
Copy link
Member

Description

This PR slighlty simplifies the dependencies setup after the recent uv update which automatically picks newer versions for newer Python versions. This allows simplifying the configuration for some of our dependencies.
The pandas lower bound in the test dependencies cannot be dropped yet as uv still picks an old pandas version without wheels for Python 3.13 when resolving for minimum versions.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@burgholzer burgholzer self-assigned this Dec 23, 2024
@burgholzer burgholzer added dependencies Pull requests that update a dependency file Core Anything related to the Core library and IR python Anything related to Python code labels Dec 23, 2024
@burgholzer burgholzer enabled auto-merge (squash) December 23, 2024 09:16
@burgholzer burgholzer merged commit 76be025 into main Dec 23, 2024
20 checks passed
@burgholzer burgholzer deleted the tune-dependencies branch December 23, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Anything related to the Core library and IR dependencies Pull requests that update a dependency file python Anything related to Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant