root Claude Opus 4.6 commited on
Commit ·
d3b77e2
1
Parent(s): d119760
fix: pin circleguardbench to commit with lightweight deps
Browse filesPin to specific commit b1e0d82 which removes vllm and other heavy
CUDA-only deps from hard dependencies, fixing the Space build.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -6,4 +6,4 @@ apscheduler>=3.10.0
|
|
| 6 |
python-dotenv>=1.0.0
|
| 7 |
plotly>=5.18.0
|
| 8 |
pydantic==2.10.6
|
| 9 |
-
circleguardbench @ git+https://github.com/whitecircle-ai/circle-guard-bench.git
|
|
|
|
| 6 |
python-dotenv>=1.0.0
|
| 7 |
plotly>=5.18.0
|
| 8 |
pydantic==2.10.6
|
| 9 |
+
circleguardbench @ git+https://github.com/whitecircle-ai/circle-guard-bench.git@b1e0d82
|