Skip to content

Install NumPy < 2.0 along with Assess#401

Closed
benfulton wants to merge 2 commits into
FluidityProject:mainfrom
benfulton:main
Closed

Install NumPy < 2.0 along with Assess#401
benfulton wants to merge 2 commits into
FluidityProject:mainfrom
benfulton:main

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.

@benfulton benfulton closed this Jul 1, 2026
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