Upgrade huggingface-hub dependency to 0.23.0

This commit is contained in:
KOBEISSI Morgan 2024-06-03 17:17:46 +02:00
parent 013a21c70d
commit a5ba2e9cb6
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ RUN conda update -y -n base -c conda-forge conda && \
conda run -n voicecraft pip install phonemizer==3.2.1 && \
conda run -n voicecraft pip install datasets==2.16.0 && \
conda run -n voicecraft pip install torchmetrics==0.11.1 && \
conda run -n voicecraft pip install huggingface_hub==0.22.2
conda run -n voicecraft pip install huggingface_hub==0.23.0
# Install the Jupyter kernel

View File

@ -308,7 +308,7 @@ dependencies:
- h11==0.14.0
- httpcore==1.0.4
- httpx==0.27.0
- huggingface-hub==0.22.2
- huggingface-hub==0.23.0
- hydra-colorlog==1.2.0
- hydra-core==1.3.2
- ipython==8.12.3