Spaces:
Running
on
Zero
Running
on
Zero
Update bpy package location as 4.0.0 has been pulled from pip
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -5,7 +5,10 @@ aiofiles==24.1.0
|
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.9.0
|
7 |
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
8 |
-
bpy
|
|
|
|
|
|
|
9 |
bpy==4.3.0 ; python_full_version >= '3.11'
|
10 |
brickgpt @ git+https://github.com/AvaLovelace1/BrickGPT.git@6a0e849ac1717c6539990483b093cd3df23d7ce5
|
11 |
certifi==2025.6.15
|
|
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.9.0
|
7 |
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
8 |
+
bpy @ https://download.blender.org/pypi/bpy/bpy-4.0.0-cp310-cp310-manylinux_2_28_x86_64.whl ; python_full_version < '3.11' and sys_platform == 'linux'
|
9 |
+
bpy @ https://download.blender.org/pypi/bpy/bpy-4.0.0-cp310-cp310-macosx_11_0_arm64.whl ; python_full_version < '3.11' and sys_platform == 'darwin' and platform_machine == 'arm64'
|
10 |
+
bpy @ https://download.blender.org/pypi/bpy/bpy-4.0.0-cp310-cp310-macosx_10_15_x86_64.whl ; python_full_version < '3.11' and sys_platform == 'darwin' and platform_machine == 'x86_64'
|
11 |
+
bpy @ https://download.blender.org/pypi/bpy/bpy-4.0.0-cp310-cp310-win_amd64.whl ; python_full_version < '3.11' and sys_platform == 'win32'
|
12 |
bpy==4.3.0 ; python_full_version >= '3.11'
|
13 |
brickgpt @ git+https://github.com/AvaLovelace1/BrickGPT.git@6a0e849ac1717c6539990483b093cd3df23d7ce5
|
14 |
certifi==2025.6.15
|