diff --git a/Dockerfile b/Dockerfile index f0aa8d32..be5c2f08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/environment.yml b/environment.yml index aa3c8d37..61909f4b 100644 --- a/environment.yml +++ b/environment.yml @@ -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