Fedir Zadniprovskyi 2024-06-03
deps: add huggingface-hub
@6857023dad232f30e8818f747c5d723550b72074
flake.nix
--- flake.nix
+++ flake.nix
@@ -17,7 +17,6 @@
         devShells = {
           default = pkgs.mkShell {
             nativeBuildInputs = with pkgs; [
-              (with python312Packages; huggingface-hub)
               act
               ffmpeg-full
               go-task
poetry.lock
--- poetry.lock
+++ poetry.lock
@@ -2005,4 +2005,4 @@
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.12"
-content-hash = "a88bde1facc86d4277e8dee76db3da1907716500b91ffcac8cad583075113d0a"
+content-hash = "446d88a0b7136e722f39609774cc7778dd5a31eb9eb57eb8f7c1596781648587"
pyproject.toml
--- pyproject.toml
+++ pyproject.toml
@@ -12,6 +12,7 @@
 websockets = "^12.0"
 numpy = "^1.26.4"
 faster-whisper = "^1.0.2"
+huggingface-hub = "^0.23.2"
 
 [tool.poetry.group.dev.dependencies]
 pytest = "^8.2.0"
Add a comment
List