Spaces:
Running
Running
Add anthropic package to server requirements for LLM judge
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- server/requirements.txt +1 -0
server/requirements.txt
CHANGED
|
@@ -4,3 +4,4 @@ websockets>=15.0,<17.0
|
|
| 4 |
pydantic>=2.7,<3.0
|
| 5 |
httpx>=0.27,<1.0
|
| 6 |
websocket-client>=1.7,<2.0
|
|
|
|
|
|
| 4 |
pydantic>=2.7,<3.0
|
| 5 |
httpx>=0.27,<1.0
|
| 6 |
websocket-client>=1.7,<2.0
|
| 7 |
+
anthropic>=0.40,<1.0
|