-
Notifications
You must be signed in to change notification settings - Fork 40
Feat/enable free threaded python #213
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
base: master
Are you sure you want to change the base?
Changes from all commits
e9e00d8
bdea308
8f787d1
ec17c41
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,7 +55,7 @@ jobs: | |
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need to extend strategy matrix for GitHub workflows to validate 3.14t also |
||
| - name: Install mkl-service dependencies | ||
| run: | | ||
| pip install meson-python cython cmake ninja | ||
| pip install meson-python "cython>=3.1.0" cmake ninja | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please add to the PR description, why we need to limit cython version?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to update |
||
|
|
||
| - name: List oneAPI folder content | ||
| run: ls ${{ env.ONEAPI_ROOT }}/compiler | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,15 +22,14 @@ requirements: | |
| - cmake | ||
| - ninja | ||
| - python | ||
| - python-build | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why there is no need to have |
||
| - python-gil # [py>=314] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did we keep |
||
| - python-build >=1.2.2 | ||
| - pip >=25.0 | ||
| - mkl-devel | ||
| - cython | ||
| - cython >=3.1.0 | ||
| - wheel >=0.45.1 | ||
| run: | ||
| - python | ||
| - python-gil # [py>=314] | ||
| - {{ pin_compatible('mkl') }} | ||
|
|
||
| test: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to populate changelog