Skip to content

Add builds targeting numpy 1.22#132

Open
jack-pappas wants to merge 5 commits intomasterfrom
maint/add-numpy-1_22-builds
Open

Add builds targeting numpy 1.22#132
jack-pappas wants to merge 5 commits intomasterfrom
maint/add-numpy-1_22-builds

Conversation

@jack-pappas
Copy link
Copy Markdown
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.

run: |
python -m pip install --upgrade pip
python -m pip install numpy==1.21
python -m pip install numpy==1.22
Copy link
Copy Markdown
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.

run: |
python -m pip install --upgrade pip
python -m pip install numpy==1.21
python -m pip install numpy==1.22
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

3 participants