update macos-py3.10-requirements.txt

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-21 13:13:02 -07:00
parent f9ecce739e
commit 6625895d1f
2 changed files with 3 additions and 14 deletions

View File

@@ -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: # by the following command:
# #
# pip-compile --all-extras pyproject.toml # pip-compile --all-extras pyproject.toml
@@ -26,10 +26,6 @@ anyio==4.4.0
# anthropic # anthropic
# httpx # httpx
# openai # openai
async-timeout==4.0.3
# via
# aiohttp
# langchain
attrs==23.2.0 attrs==23.2.0
# via # via
# aiohttp # aiohttp
@@ -59,7 +55,7 @@ coloredlogs==15.0.1
# via onnxruntime # via onnxruntime
ctranslate2==4.3.1 ctranslate2==4.3.1
# via faster-whisper # via faster-whisper
daily-python==0.9.1 daily-python==0.10.0
# via pipecat-ai (pyproject.toml) # via pipecat-ai (pyproject.toml)
dataclasses-json==0.6.7 dataclasses-json==0.6.7
# via # via
@@ -73,10 +69,6 @@ distro==1.9.0
# openai # openai
einops==0.8.0 einops==0.8.0
# via pipecat-ai (pyproject.toml) # via pipecat-ai (pyproject.toml)
exceptiongroup==1.2.1
# via
# anyio
# pytest
fal-client==0.4.0 fal-client==0.4.0
# via pipecat-ai (pyproject.toml) # via pipecat-ai (pyproject.toml)
faster-whisper==1.0.2 faster-whisper==1.0.2
@@ -368,8 +360,6 @@ tokenizers==0.19.1
# anthropic # anthropic
# faster-whisper # faster-whisper
# transformers # transformers
tomli==2.0.1
# via pytest
torch==2.3.1 torch==2.3.1
# via # via
# pipecat-ai (pyproject.toml) # pipecat-ai (pyproject.toml)
@@ -391,7 +381,6 @@ transformers==4.40.2
typing-extensions==4.12.2 typing-extensions==4.12.2
# via # via
# anthropic # anthropic
# anyio
# deepgram-sdk # deepgram-sdk
# google-generativeai # google-generativeai
# huggingface-hub # huggingface-hub

View File

@@ -37,7 +37,7 @@ Website = "https://pipecat.ai"
anthropic = [ "anthropic~=0.25.7" ] anthropic = [ "anthropic~=0.25.7" ]
azure = [ "azure-cognitiveservices-speech~=1.37.0" ] azure = [ "azure-cognitiveservices-speech~=1.37.0" ]
cartesia = [ "numpy~=1.26.0", "sounddevice", "cartesia" ] 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" ] deepgram = [ "deepgram-sdk~=3.2.7" ]
examples = [ "python-dotenv~=1.0.0", "flask~=3.0.3", "flask_cors~=4.0.1" ] examples = [ "python-dotenv~=1.0.0", "flask~=3.0.3", "flask_cors~=4.0.1" ]
fal = [ "fal-client~=0.4.0" ] fal = [ "fal-client~=0.4.0" ]