ejschwartz commited on
Commit
992f477
1 Parent(s): 6210515

Remove version restriction on huggingface-hub

Browse files

This should (hopefully) fix a problem that some datasets are missing from the list of datasets, because the old version of huggingface-hub does not know how to deal with pagination.

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- huggingface-hub<0.8
2
  python-dotenv
3
  streamlit==1.10.0
4
  datasets<2.3
 
1
+ huggingface-hub
2
  python-dotenv
3
  streamlit==1.10.0
4
  datasets<2.3