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

(pip) Downgrade scipy

parent a5fcc011
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #19862 failed
......@@ -3,7 +3,7 @@ default:
before_script:
- wget https://bootstrap.pypa.io/get-pip.py
- python3 get-pip.py
- python3 -m pip install scipy==1.11.3 --user
- python3 -m pip install scipy==1.10.1 --user
- source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/tbb/bin/tbbvars.sh intel64
- echo $(nproc)
......
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