Skip to content
Snippets Groups Projects
Verified Commit 045aa632 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pipeline) Test update scipy

parent fa3d3f94
No related branches found
No related tags found
No related merge requests found
Pipeline #52224 failed
......@@ -5,11 +5,8 @@ default:
- source /opt/intel/oneapi/tbb/latest/env/vars.sh
- echo $(nproc)
- printenv | sort
- python3 -m venv .venv
- source .venv/bin/activate
- pip install scipy # Numpy included
- pip install matplotlib
- pip install vtk
- python3 -m pip install numpy==2.2.3 --user
- python3 -m pip install scipy==1.15.1 --user
.global_tag: &global_tag_def
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment