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

Migrate to pixi #184

Merged
merged 8 commits into from
Oct 15, 2024
Merged

Migrate to pixi #184

merged 8 commits into from
Oct 15, 2024

Conversation

adityagoel4512
Copy link
Member

@adityagoel4512 adityagoel4512 commented Oct 14, 2024

This PR migrates this repository to use pixi
In the process:

  • it updates the minimal python version to 3.9
  • it adds tests on windows
  • mypy runs properly - some typing inconsistencies emerged. I fixed a couple of trivial ones but have added # type: ignore for the others in case they require some more refactoring.
  • the opsets are regenerated (with only some docstring changes that look valid). They were previously being generated from onnx 1.16 (because of the python 3.8 pin potentially?) when onnx 1.17 had already been released.
  • license insertion

Checklist

  • Added a CHANGELOG.rst entry

Copy link
Collaborator

@cbourjau cbourjau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this chore!

@adityagoel4512 adityagoel4512 merged commit 411f9af into main Oct 15, 2024
18 checks passed
@adityagoel4512 adityagoel4512 deleted the migrate-pixi branch October 15, 2024 15:39
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.

2 participants