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

add support for python 3.12 #874

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

cwmeijer
Copy link
Member

@cwmeijer cwmeijer commented Feb 3, 2025

This PR should fix #873.

My progress so far:

  • To support 3.12, we had to drop the restriction of TF as only newer versions support 3.12.
  • To support newer versions of TF we had to drop our restrictions for onnx.

Current status however: 3 build tests fail.

My approach for both dependency conflicts was to remove the problematic restrictions completely. Maybe we should instead only loosen the restrictions to make the tests pass again. I haven't looked into that yet. For now, I'll leave this PR here for anyone who feels like diving into this.

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

Successfully merging this pull request may close these issues.

add support python 3.12
1 participant