Wauplin HF staff commited on
Commit
0ed40be
1 Parent(s): 0896d8d
Files changed (2) hide show
  1. RELEASE.md +4 -0
  2. requirements.txt +1 -2
RELEASE.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ## 0.2.1
2
 
3
  - Install `huggingface_hub` dependency from source (commit [`7c74445903fe86f694ce6e42c386b7bebee94008`](https://github.com/huggingface/huggingface_hub/commit/7c74445903fe86f694ce6e42c386b7bebee94008)) in order to fix pagination when listing discussions from a repo. See [Pull Request #1962](https://github.com/huggingface/huggingface_hub/pull/1962). Let's not forget to switch back to installing from PyPi once huggingface_hub `0.21.x` is released.
 
1
+ ## 0.2.2
2
+
3
+ - Install `huggingface_hub>=0.21.1` now that 0.21 have been released.
4
+
5
  ## 0.2.1
6
 
7
  - Install `huggingface_hub` dependency from source (commit [`7c74445903fe86f694ce6e42c386b7bebee94008`](https://github.com/huggingface/huggingface_hub/commit/7c74445903fe86f694ce6e42c386b7bebee94008)) in order to fix pagination when listing discussions from a repo. See [Pull Request #1962](https://github.com/huggingface/huggingface_hub/pull/1962). Let's not forget to switch back to installing from PyPi once huggingface_hub `0.21.x` is released.
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
  gradio
2
- # TODO: switch to huggingface_hub>=0.21.0 once released
3
- huggingface_hub@git+https://github.com/huggingface/huggingface_hub@7c74445903fe86f694ce6e42c386b7bebee94008
4
  gradio-space-ci@git+https://huggingface.co/spaces/Wauplin/gradio-space-ci
 
1
  gradio
2
+ huggingface_hub>=0.21.1
 
3
  gradio-space-ci@git+https://huggingface.co/spaces/Wauplin/gradio-space-ci