Skip to content

Commit

Permalink
修复了一些已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Nov 6, 2024
1 parent 6d40731 commit 79d7bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/env_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ if [ "${ENV_CUT_FLAG}" = "cut" ]; then
fi

if [ ${debian_platform} == false ]; then
pip_array[${#pip_array[@]}]=numpy
pip_array[${#pip_array[@]}]="pillow==8.4.0"
pip_array[${#pip_array[@]}]="numpy==1.26.4"
pip_array[${#pip_array[@]}]=pillow
pip_array[${#pip_array[@]}]=pexpect
fi

Expand Down

0 comments on commit 79d7bed

Please sign in to comment.