Spaces:
Running
Running
Update requirements.txt
Browse files[In the `datasets` library version `4.0.0`, `trust_remote_code=True` was removed](https://github.com/LiveCodeBench/LiveCodeBench/issues/108). However, since there is no simple alternative in this case, pin the library version.
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,6 +2,6 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
pydantic
|
| 5 |
-
datasets
|
| 6 |
huggingface_hub
|
| 7 |
pandas
|
|
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
pydantic
|
| 5 |
+
datasets==3.6.0
|
| 6 |
huggingface_hub
|
| 7 |
pandas
|