wbrooks commited on
Commit
931423e
·
1 Parent(s): 9916b48

apparently need pyarrow for pandas to_html and the huggingface environment-builder is too stupid to install required packages

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -9,5 +9,6 @@ joblib
9
  huggingface_hub
10
  transformers
11
  pandas
 
12
  uvicorn[standard]
13
 
 
9
  huggingface_hub
10
  transformers
11
  pandas
12
+ pyarrow
13
  uvicorn[standard]
14