Remi commited on
Commit
42bded7
·
unverified ·
1 Parent(s): cd07e77

fastrtc is now installed from repo to fix print spamming (#116)

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -12,7 +12,7 @@ requires-python = ">=3.10"
12
  dependencies = [
13
  #Media
14
  "aiortc>=1.13.0",
15
- "fastrtc>=0.0.33",
16
  "gradio>=5.49.0",
17
  "huggingface_hub>=0.34.4",
18
  "opencv-python>=4.12.0.88",
 
12
  dependencies = [
13
  #Media
14
  "aiortc>=1.13.0",
15
+ "fastrtc>=0.0.34",
16
  "gradio>=5.49.0",
17
  "huggingface_hub>=0.34.4",
18
  "opencv-python>=4.12.0.88",