update pyproject and requirements

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-13 09:33:56 -07:00
parent 9992d826b1
commit befb8db120
3 changed files with 29 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: