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 builds targeting numpy 1.22 #132

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jack-pappas
Copy link
Collaborator

numba 0.55.2 was recently released with compatibility for numpy 1.22; that means riptide_cpp can now add builds targeting numpy 1.22 since riptable will now be able to use it.

.github/workflows/python_package.yml Show resolved Hide resolved
@@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install numpy==1.21
python -m pip install numpy==1.22
Copy link
Contributor

Choose a reason for hiding this comment

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

these may also need to use the numpy=1.22.* syntax in order to pick up the most recent minor release.

@@ -88,7 +88,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install numpy==1.21
python -m pip install numpy==1.22
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs 1.22.*

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install numpy==1.22
Copy link
Contributor

Choose a reason for hiding this comment

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

and here (would be nice to tidy up the DRYness here at some point)

@OrestZborowski-SIG
Copy link
Contributor

The native build breaks happen in master as well. Something changed in the Windows environment that no longer compiles for Debug.

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.

None yet

3 participants