File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11opencv-python == 4.2.0.34
2- face-alignment == 1.0.0
2+ face-alignment == 1.3.3
33pyzmq == 20.0.0
44msgpack-numpy == 0.4.7.1
55pyyaml == 5.3.1
Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ source $(conda info --base)/etc/profile.d/conda.sh
2121conda create -y -n $CONDA_ENV_NAME python=3.7
2222conda activate $CONDA_ENV_NAME
2323
24- conda install -y -c conda-forge numpy==1.15.0
25- conda install -y pytorch==1.0.0 torchvision==0.2.1 cuda100 -c pytorch
26- conda install -y python-blosc==1.7.0 -c conda-forge
24+ conda install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge
25+ conda install -y pytorch==1.7.1 torchvision cudatoolkit=11.0 -c pytorch
2726
2827# FOMM
2928rm -rf fomm 2> /dev/null
Original file line number Diff line number Diff line change @@ -9,9 +9,8 @@ call scripts/settings_windows.bat
99call conda create -y -n %CONDA_ENV_NAME% python=3.7
1010call conda activate %CONDA_ENV_NAME%
1111
12- call conda install -y -c conda-forge numpy== 1.15.0
13- call conda install -y pytorch== 1.0.0 torchvision== 0.2.1 cuda100 -c pytorch
14- call conda install -y python-blosc== 1.7.0 -c conda-forge
12+ call conda install -y numpy== 1.19.0 scikit-image python-blosc== 1.7.0 -c conda-forge
13+ call conda install -y pytorch== 1.7.1 torchvision cudatoolkit=11.0 -c pytorch
1514call conda install -y -c anaconda git
1615
1716REM ###FOMM###
You can’t perform that action at this time.
0 commit comments