Skip to content

Commit

Permalink
TVB-3108 work on mac setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Nov 12, 2024
1 parent c49fb1d commit b044d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_build/Jenkinsfile-Mac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
cd tvb_build
conda update -n base -c defaults conda
conda env remove --name mac-distribution
conda create -y --name mac-distribution python=3.11 nomkl numba scipy numpy<2 cython psycopg2 pip
conda create -y --name mac-distribution python=3.11 nomkl numba scipy "numpy<2" cython psycopg2 pip
conda install -y --name mac-distribution -c conda-forge jupyterlab tvb-gdist

/Applications/anaconda3/envs/mac-distribution/bin/pip install --upgrade pip
Expand Down

0 comments on commit b044d79

Please sign in to comment.