Update 0_patch.sh

This commit is contained in:
Smiril
2024-02-27 16:11:54 +01:00
committed by GitHub
parent 6335f1c61c
commit e1f148da9b
+2 -2
View File
@@ -8,13 +8,13 @@ source .dfl/deep/bin/activate
set -e
python3.11 -m pip install --upgrade pip numpy numexpr opencv-python colorama tqdm future tensorflow-macos scipy pillow PyQt5
python3.11 -m pip install --upgrade pip numpy==1.22.0 numexpr opencv-python colorama tqdm future tensorflow-macos scipy pillow PyQt5
source .dfl/env/bin/activate
set -e
python3.10 -m pip install --upgrade pip numpy numexpr opencv-python colorama tqdm future tensorflow-macos scipy pillow PyQt5 protobuf>=3.12.2
python3.10 -m pip install --upgrade pip numpy==1.22.0 numexpr opencv-python colorama tqdm future tensorflow-macos scipy pillow PyQt5 protobuf>=3.12.2
cp -R .dfl/ffmpeg/ffmpeg .dfl/deep/lib/python3.11/site-packages/