From befb8db120aab3d0e6607464a068fd31f58c82de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 13 Jun 2024 09:33:56 -0700 Subject: [PATCH] update pyproject and requirements --- linux-py3.10-requirements.txt | 18 ++++++++++++++---- macos-py3.10-requirements.txt | 18 ++++++++++++++---- pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 9 deletions(-) diff --git a/linux-py3.10-requirements.txt b/linux-py3.10-requirements.txt index d68106ee6..3201e35f2 100644 --- a/linux-py3.10-requirements.txt +++ b/linux-py3.10-requirements.txt @@ -18,7 +18,9 @@ aiosignal==1.3.1 annotated-types==0.7.0 # via pydantic anthropic==0.25.9 - # via pipecat-ai (pyproject.toml) + # via + # openpipe + # pipecat-ai (pyproject.toml) anyio==4.4.0 # via # anthropic @@ -29,7 +31,9 @@ async-timeout==4.0.3 # aiohttp # langchain attrs==23.2.0 - # via aiohttp + # via + # aiohttp + # openpipe av==12.1.0 # via faster-whisper azure-cognitiveservices-speech==1.37.0 @@ -77,7 +81,7 @@ fal-client==0.4.0 # via pipecat-ai (pyproject.toml) faster-whisper==1.0.2 # via pipecat-ai (pyproject.toml) -filelock==3.14.0 +filelock==3.15.1 # via # huggingface-hub # pyht @@ -150,6 +154,7 @@ httpx==0.27.0 # deepgram-sdk # fal-client # openai + # openpipe httpx-sse==0.4.0 # via fal-client huggingface-hub==0.23.3 @@ -264,8 +269,9 @@ onnxruntime==1.18.0 openai==1.26.0 # via # langchain-openai + # openpipe # pipecat-ai (pyproject.toml) -openpipe==4.13.0 +openpipe==4.14.0 # via pipecat-ai (pyproject.toml) orjson==3.10.4 # via langsmith @@ -328,6 +334,8 @@ pytest==8.2.2 # via pytest-asyncio pytest-asyncio==0.23.7 # via cartesia +python-dateutil==2.9.0.post0 + # via openpipe python-dotenv==1.0.1 # via pipecat-ai (pyproject.toml) pyyaml==6.0.1 @@ -362,6 +370,8 @@ safetensors==0.4.3 # transformers scipy==1.13.1 # via pyloudnorm +six==1.16.0 + # via python-dateutil sniffio==1.3.1 # via # anthropic diff --git a/macos-py3.10-requirements.txt b/macos-py3.10-requirements.txt index 38adada24..7d735527c 100644 --- a/macos-py3.10-requirements.txt +++ b/macos-py3.10-requirements.txt @@ -18,7 +18,9 @@ aiosignal==1.3.1 annotated-types==0.7.0 # via pydantic anthropic==0.25.9 - # via pipecat-ai (pyproject.toml) + # via + # openpipe + # pipecat-ai (pyproject.toml) anyio==4.4.0 # via # anthropic @@ -29,7 +31,9 @@ async-timeout==4.0.3 # aiohttp # langchain attrs==23.2.0 - # via aiohttp + # via + # aiohttp + # openpipe av==12.1.0 # via faster-whisper azure-cognitiveservices-speech==1.37.0 @@ -77,7 +81,7 @@ fal-client==0.4.0 # via pipecat-ai (pyproject.toml) faster-whisper==1.0.2 # via pipecat-ai (pyproject.toml) -filelock==3.14.0 +filelock==3.15.1 # via # huggingface-hub # pyht @@ -147,6 +151,7 @@ httpx==0.27.0 # deepgram-sdk # fal-client # openai + # openpipe httpx-sse==0.4.0 # via fal-client huggingface-hub==0.23.3 @@ -230,8 +235,9 @@ onnxruntime==1.18.0 openai==1.26.0 # via # langchain-openai + # openpipe # pipecat-ai (pyproject.toml) -openpipe==4.13.0 +openpipe==4.14.0 # via pipecat-ai (pyproject.toml) orjson==3.10.4 # via langsmith @@ -294,6 +300,8 @@ pytest==8.2.2 # via pytest-asyncio pytest-asyncio==0.23.7 # via cartesia +python-dateutil==2.9.0.post0 + # via openpipe python-dotenv==1.0.1 # via pipecat-ai (pyproject.toml) pyyaml==6.0.1 @@ -328,6 +336,8 @@ safetensors==0.4.3 # transformers scipy==1.13.1 # via pyloudnorm +six==1.16.0 + # via python-dateutil sniffio==1.3.1 # via # anthropic diff --git a/pyproject.toml b/pyproject.toml index e777a4caf..ee2d720f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,11 +47,11 @@ langchain = [ "langchain~=0.2.1", "langchain-community~=0.2.1", "langchain-opena local = [ "pyaudio~=0.2.0" ] moondream = [ "einops~=0.8.0", "timm~=0.9.16", "transformers~=4.40.2" ] openai = [ "openai~=1.26.0" ] +openpipe = [ "openpipe~=4.14.0" ] playht = [ "pyht~=0.0.28" ] silero = [ "torch~=2.3.0", "torchaudio~=2.3.0" ] websocket = [ "websockets~=12.0" ] whisper = [ "faster-whisper~=1.0.2" ] -openpipe = [ "openpipe~=4.13.0" ] [tool.setuptools.packages.find] # All the following settings are optional: