Spaces:
Running
Running
Ava Pun
commited on
Commit
·
d6ef69b
1
Parent(s):
972de2b
Update dependencies
Browse files- pyproject.toml +2 -2
- requirements.txt +17 -14
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -3,10 +3,10 @@ name = "brickgpt-demo"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "BrickGPT demo webapp"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100
|
| 9 |
-
"gradio
|
| 10 |
"brickgpt",
|
| 11 |
]
|
| 12 |
|
|
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "BrickGPT demo webapp"
|
| 5 |
readme = "README.md"
|
| 6 |
+
requires-python = ">=3.10"
|
| 7 |
dependencies = [
|
| 8 |
"bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100
|
| 9 |
+
"gradio",
|
| 10 |
"brickgpt",
|
| 11 |
]
|
| 12 |
|
requirements.txt
CHANGED
|
@@ -5,34 +5,37 @@ 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==4.3.
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 11 |
cffi==1.17.1 ; platform_python_implementation == 'PyPy'
|
| 12 |
charset-normalizer==3.4.2
|
| 13 |
click==8.2.1 ; sys_platform != 'emscripten'
|
| 14 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 15 |
-
cython==3.1.
|
| 16 |
-
|
|
|
|
| 17 |
ffmpy==0.6.0
|
| 18 |
filelock==3.18.0
|
| 19 |
fsspec==2025.5.1
|
| 20 |
-
gradio==5.
|
| 21 |
-
gradio-client==1.10.
|
| 22 |
groovy==0.1.2
|
| 23 |
gurobipy==12.0.2
|
| 24 |
h11==0.16.0
|
| 25 |
-
hf-xet==1.1.
|
| 26 |
httpcore==1.0.9
|
| 27 |
httpx==0.28.1
|
| 28 |
-
huggingface-hub==0.
|
| 29 |
idna==3.10
|
| 30 |
jinja2==3.1.6
|
| 31 |
markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
|
| 32 |
markupsafe==3.0.2
|
| 33 |
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
| 34 |
mpmath==1.3.0
|
| 35 |
-
networkx==3.
|
|
|
|
| 36 |
numpy==1.26.4
|
| 37 |
nvidia-cublas-cu12==12.6.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 38 |
nvidia-cuda-cupti-cu12==12.6.80 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
@@ -55,7 +58,7 @@ peft==0.15.2
|
|
| 55 |
pillow==11.2.1
|
| 56 |
psutil==7.0.0
|
| 57 |
pycparser==2.22 ; platform_python_implementation == 'PyPy'
|
| 58 |
-
pydantic==2.11.
|
| 59 |
pydantic-core==2.33.2
|
| 60 |
pydub==0.25.1
|
| 61 |
pygments==2.19.1 ; sys_platform != 'emscripten'
|
|
@@ -64,9 +67,9 @@ python-multipart==0.0.20
|
|
| 64 |
pytz==2025.2
|
| 65 |
pyyaml==6.0.2
|
| 66 |
regex==2024.11.6
|
| 67 |
-
requests==2.32.
|
| 68 |
rich==14.0.0 ; sys_platform != 'emscripten'
|
| 69 |
-
ruff==0.
|
| 70 |
safehttpx==0.1.6
|
| 71 |
safetensors==0.5.3
|
| 72 |
semantic-version==2.10.0
|
|
@@ -77,7 +80,7 @@ sniffio==1.3.1
|
|
| 77 |
starlette==0.46.2
|
| 78 |
sympy==1.14.0
|
| 79 |
tokenizers==0.21.1
|
| 80 |
-
tomlkit==0.13.
|
| 81 |
torch==2.7.1
|
| 82 |
tqdm==4.67.1
|
| 83 |
transformers==4.52.4
|
|
|
|
| 5 |
annotated-types==0.7.0
|
| 6 |
anyio==4.9.0
|
| 7 |
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
| 8 |
+
bpy==4.0.0 ; python_full_version < '3.11'
|
| 9 |
+
bpy==4.3.0 ; python_full_version >= '3.11'
|
| 10 |
+
brickgpt @ git+https://github.com/AvaLovelace1/BrickGPT.git@b969a3dbc2d672288910fc00303d73f770c7e15a
|
| 11 |
+
certifi==2025.6.15
|
| 12 |
cffi==1.17.1 ; platform_python_implementation == 'PyPy'
|
| 13 |
charset-normalizer==3.4.2
|
| 14 |
click==8.2.1 ; sys_platform != 'emscripten'
|
| 15 |
colorama==0.4.6 ; sys_platform == 'win32'
|
| 16 |
+
cython==3.1.2
|
| 17 |
+
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
| 18 |
+
fastapi==0.115.13
|
| 19 |
ffmpy==0.6.0
|
| 20 |
filelock==3.18.0
|
| 21 |
fsspec==2025.5.1
|
| 22 |
+
gradio==5.34.1
|
| 23 |
+
gradio-client==1.10.3
|
| 24 |
groovy==0.1.2
|
| 25 |
gurobipy==12.0.2
|
| 26 |
h11==0.16.0
|
| 27 |
+
hf-xet==1.1.4 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
|
| 28 |
httpcore==1.0.9
|
| 29 |
httpx==0.28.1
|
| 30 |
+
huggingface-hub==0.33.0
|
| 31 |
idna==3.10
|
| 32 |
jinja2==3.1.6
|
| 33 |
markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
|
| 34 |
markupsafe==3.0.2
|
| 35 |
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
| 36 |
mpmath==1.3.0
|
| 37 |
+
networkx==3.4.2 ; python_full_version < '3.11'
|
| 38 |
+
networkx==3.5 ; python_full_version >= '3.11'
|
| 39 |
numpy==1.26.4
|
| 40 |
nvidia-cublas-cu12==12.6.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
| 41 |
nvidia-cuda-cupti-cu12==12.6.80 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
|
|
| 58 |
pillow==11.2.1
|
| 59 |
psutil==7.0.0
|
| 60 |
pycparser==2.22 ; platform_python_implementation == 'PyPy'
|
| 61 |
+
pydantic==2.11.7
|
| 62 |
pydantic-core==2.33.2
|
| 63 |
pydub==0.25.1
|
| 64 |
pygments==2.19.1 ; sys_platform != 'emscripten'
|
|
|
|
| 67 |
pytz==2025.2
|
| 68 |
pyyaml==6.0.2
|
| 69 |
regex==2024.11.6
|
| 70 |
+
requests==2.32.4
|
| 71 |
rich==14.0.0 ; sys_platform != 'emscripten'
|
| 72 |
+
ruff==0.12.0 ; sys_platform != 'emscripten'
|
| 73 |
safehttpx==0.1.6
|
| 74 |
safetensors==0.5.3
|
| 75 |
semantic-version==2.10.0
|
|
|
|
| 80 |
starlette==0.46.2
|
| 81 |
sympy==1.14.0
|
| 82 |
tokenizers==0.21.1
|
| 83 |
+
tomlkit==0.13.3
|
| 84 |
torch==2.7.1
|
| 85 |
tqdm==4.67.1
|
| 86 |
transformers==4.52.4
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|