From 6625895d1f9b585acf0f725c1c90f275f938cc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 21 Jun 2024 13:13:02 -0700 Subject: [PATCH] update macos-py3.10-requirements.txt --- macos-py3.10-requirements.txt | 15 ++------------- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/macos-py3.10-requirements.txt b/macos-py3.10-requirements.txt index ee5e840f5..92ceb8fc6 100644 --- a/macos-py3.10-requirements.txt +++ b/macos-py3.10-requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --all-extras pyproject.toml @@ -26,10 +26,6 @@ anyio==4.4.0 # anthropic # httpx # openai -async-timeout==4.0.3 - # via - # aiohttp - # langchain attrs==23.2.0 # via # aiohttp @@ -59,7 +55,7 @@ coloredlogs==15.0.1 # via onnxruntime ctranslate2==4.3.1 # via faster-whisper -daily-python==0.9.1 +daily-python==0.10.0 # via pipecat-ai (pyproject.toml) dataclasses-json==0.6.7 # via @@ -73,10 +69,6 @@ distro==1.9.0 # openai einops==0.8.0 # via pipecat-ai (pyproject.toml) -exceptiongroup==1.2.1 - # via - # anyio - # pytest fal-client==0.4.0 # via pipecat-ai (pyproject.toml) faster-whisper==1.0.2 @@ -368,8 +360,6 @@ tokenizers==0.19.1 # anthropic # faster-whisper # transformers -tomli==2.0.1 - # via pytest torch==2.3.1 # via # pipecat-ai (pyproject.toml) @@ -391,7 +381,6 @@ transformers==4.40.2 typing-extensions==4.12.2 # via # anthropic - # anyio # deepgram-sdk # google-generativeai # huggingface-hub diff --git a/pyproject.toml b/pyproject.toml index ee2d720f1..9caa41f5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Website = "https://pipecat.ai" anthropic = [ "anthropic~=0.25.7" ] azure = [ "azure-cognitiveservices-speech~=1.37.0" ] cartesia = [ "numpy~=1.26.0", "sounddevice", "cartesia" ] -daily = [ "daily-python~=0.9.0" ] +daily = [ "daily-python~=0.10.0" ] deepgram = [ "deepgram-sdk~=3.2.7" ] examples = [ "python-dotenv~=1.0.0", "flask~=3.0.3", "flask_cors~=4.0.1" ] fal = [ "fal-client~=0.4.0" ]