Skip to content

Install NumPy < 2.0 along with Assess#402

Open
benfulton wants to merge 1 commit into
mainfrom
use_numpy_one
Open

Install NumPy < 2.0 along with Assess#402
benfulton wants to merge 1 commit into
mainfrom
use_numpy_one

Conversation

@benfulton

Copy link
Copy Markdown
Contributor

Apparently the Assess install in the CI Dockerfile has started to bring in NumPy 2.0. This should work in the general case, but many tests rely on earlier versions of NumPy and will fail under NumPy 2.0. Additionally, since we compile the application under Numpy 1.0, updating it to 2.0 at the end will cause problems. The solution is to install NumPy<2.0 alongside Assess at the end of the dockerfiles.

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.

1 participant