Spaces:
Sleeping
Sleeping
Commit ·
ded6066
1
Parent(s): 5872917
Force click>=8.1 and litellm to unblock HF Spaces build
Browse filesHF base image pins click<8.1 which prevents litellm from resolving.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
a-simple-llm-harness @ git+https://github.com/chuckfinca/a-simple-llm-harness.git
|
| 2 |
e2b-code-interpreter>=2.5
|
| 3 |
huggingface-hub
|
|
|
|
| 1 |
+
click>=8.1
|
| 2 |
+
litellm
|
| 3 |
a-simple-llm-harness @ git+https://github.com/chuckfinca/a-simple-llm-harness.git
|
| 4 |
e2b-code-interpreter>=2.5
|
| 5 |
huggingface-hub
|