We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcff79 commit 7af0cb7Copy full SHA for 7af0cb7
1 file changed
requirements.txt
@@ -21,7 +21,7 @@ faiss-cpu==1.7.3; python_version < "3.12"
21
faiss-cpu>=1.7.3; python_version >= "3.12"
22
23
# Machine learning, NLP and deep learning
24
-transformers==4.35.2
+transformers>=4.49.0
25
scikit-learn
26
einops>=0.8.0
27
@@ -39,11 +39,7 @@ scipy>=1.15.0
39
matplotlib>=3.7.2
40
41
# Implementation and web framework
42
-gradio==4.36.0
43
-gradio_client==1.0.1
44
-huggingface-hub==0.24.6
45
-pydantic==2.8.2
46
-pydantic_core==2.20.1
+gradio>=5.23.3
47
requests>=2.32.3
48
aiohttp
49
pysrt
0 commit comments