Files
macports-ports/python/py-audiocraft/files/patch-remove-version-pins.diff
Paul Guyot 08c3a30e84 py-audiocraft: new port (1.3.0)
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
2026-04-13 22:36:09 -04:00

34 lines
664 B
Diff

--- requirements.txt.orig 2024-01-01 00:00:00.000000000 +0000
+++ requirements.txt 2024-01-01 00:00:00.000000000 +0000
@@ -1,5 +1,5 @@
-# please make sure you have already a pytorch install that is cuda enabled!
-av==11.0.0
+# please make sure you have already a pytorch install
+av
einops
flashy>=0.0.1
hydra-core>=1.1
@@ -9,17 +9,16 @@
numpy
sentencepiece
spacy>=3.6.1
-torch==2.1.0
-torchaudio>=2.0.0,<2.1.2
+torch
+torchaudio
huggingface_hub
tqdm
-transformers>=4.31.0 # need Encodec there.
-xformers<0.0.23
+transformers>=4.31.0
+xformers
demucs
librosa
gradio
torchmetrics
encodec
protobuf
-torchvision==0.16.0
-torchtext==0.16.0
+torchvision