diff --git a/pyproject.toml b/pyproject.toml index 9ee258ff6..7789808ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,12 +21,13 @@ classifiers = [ ] dependencies = [ "aiohttp~=3.11.10", - "loguru~=0.7.2", + "loguru~=0.7.3", "Markdown~=3.7", - "numpy~=1.26.4", - "Pillow~=10.4.0", + "numpy~=2.1.3", + "numba~=0.61.0rc1", + "Pillow~=11.0.0", "protobuf~=5.29.1", - "pydantic~=2.8.2", + "pydantic~=2.10.3", "pyloudnorm~=0.1.1", "resampy~=0.4.3", "tenacity~=9.0.0" @@ -46,7 +47,6 @@ cartesia = [ "cartesia~=1.0.13", "websockets~=13.1" ] daily = [ "daily-python~=0.13.0" ] deepgram = [ "deepgram-sdk~=3.7.7" ] elevenlabs = [ "websockets~=13.1" ] -examples = [ "python-dotenv~=1.0.1", "flask~=3.0.3", "flask_cors~=4.0.1" ] fal = [ "fal-client~=0.4.1" ] gladia = [ "websockets~=13.1" ] google = [ "google-generativeai~=0.8.3", "google-cloud-texttospeech~=2.21.1" ] @@ -63,7 +63,7 @@ moondream = [ "einops~=0.8.0", "timm~=1.0.8", "transformers~=4.44.0" ] nim = [ "openai~=1.57.2" ] noisereduce = [ "noisereduce~=3.0.3" ] openai = [ "openai~=1.57.2", "websockets~=13.1", "python-deepcompare~=1.0.1" ] -openpipe = [ "openpipe~=4.38.0" ] +openpipe = [ "openpipe~=4.40.0" ] playht = [ "pyht~=0.1.8", "websockets~=13.1" ] riva = [ "nvidia-riva-client~=2.17.0" ] silero = [ "onnxruntime~=1.20.1" ]