Skip to content

Commit

Permalink
add version to scikit-image setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jjahanip committed Jul 13, 2020
1 parent f32ee32 commit fc57e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_env_lin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cmds = ['source activate brain',
'pip install pandas',
'conda install --yes scikit-learn',
'conda install --yes -c conda-forge scikit-image',
'conda install --yes -c conda-forge scikit-image=0.16.1',
'conda install --yes -c conda-forge tifffile',
'pip install tensorflow-gpu==1.9.0',
'pip install cython',
Expand Down

0 comments on commit fc57e4d

Please sign in to comment.