Skip to content

Commit a3418f1

Browse files
committed
Use py311 for bpy
1 parent 5cdddd9 commit a3418f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

builder/pak5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# For HY3D-2.1
22
basicsr
3-
#bpy
3+
bpy
44
cupy-cuda12x
55
#deepspeed
66
imageio

builder/stage1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ls -lahF
1515
# Download Python Standalone
1616
cd "$workdir"
1717
curl -sSL \
18-
https://github.com/astral-sh/python-build-standalone/releases/download/20250814/cpython-3.12.11+20250814-x86_64-pc-windows-msvc-install_only.tar.gz \
18+
https://github.com/astral-sh/python-build-standalone/releases/download/20250814/cpython-3.11.13+20250814-x86_64-pc-windows-msvc-install_only.tar.gz \
1919
-o python.tar.gz
2020
tar -zxf python.tar.gz
2121
mv python python_standalone

0 commit comments

Comments
 (0)