John6666 commited on
Commit
165e4d7
·
verified ·
1 Parent(s): 20e689c

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.

Files changed (1) hide show
  1. 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