Skip to content

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.

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.

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.

4 participants