Skip to content

Commit

Permalink
add pip install scipy (issue #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Feb 8, 2022
1 parent 7eed49b commit 9454206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_colabbatch_M1mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ colabfold-conda/bin/python3.8 -m pip install jax==0.2.25 --no-deps --no-color
colabfold-conda/bin/python3.8 -m pip install jaxlib==0.1.74 -f "https://dfm.io/custom-wheels/jaxlib/index.html" --no-deps --no-color
colabfold-conda/bin/python3.8 -m pip install numpy==1.21.1 --no-deps --no-color
colabfold-conda/bin/python3.8 -m pip install chex --no-deps --no-color
colabfold-conda/bin/python3.8 -m pip install scipy --no-deps --no-color

# bin directory to run
mkdir -p $COLABFOLDDIR/bin
Expand Down

0 comments on commit 9454206

Please sign in to comment.