From 5c64e33a183c5b67afbb695ee94e69e4423d82f1 Mon Sep 17 00:00:00 2001 From: jamescalam Date: Sat, 30 Nov 2024 21:13:12 +0100 Subject: [PATCH] fix: deps --- poetry.lock | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2dc1712e..1202d622 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5562,4 +5562,4 @@ vision = ["pillow", "torch", "torchvision", "transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.14" -content-hash = "160528513d3337745ae7bd1e2e57cc8ef061ce96a102ca257986a30f0668d8a7" +content-hash = "8637391565e137e9f5d9d52bd927845242b7dea9217901c1b69f7be6b0b31917" diff --git a/pyproject.toml b/pyproject.toml index a0e58664..a914965b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,14 +19,14 @@ pyyaml = "^6.0.1" aurelio-sdk = {version = "^0.0.16"} pinecone-text = {version = ">=0.7.1,<0.10.0", optional = true} torch = {version = ">=2.1.0,<2.6.0", optional = true, python = "<3.13" } -transformers = {version = ">=4.36.2", optional = true} -tokenizers = {version = ">=0.19", optional = true} -llama-cpp-python = {version = ">=0.2.28,<0.2.86", optional = true} +transformers = {version = ">=4.36.2", optional = true, python = "<3.13" } +tokenizers = {version = ">=0.19", optional = true, python = "<3.13" } +llama-cpp-python = {version = ">=0.2.28,<0.2.86", optional = true, python = "<3.13" } colorama = "^0.4.6" pinecone = {version=">=5.0.0", optional = true} regex = ">=2023.12.25" -torchvision = { version = ">=0.17.0,<0.18.0", optional = true} -pillow = { version = ">=10.2.0,<11.0.0", optional = true} +torchvision = { version = ">=0.17.0,<0.18.0", optional = true, python = "<3.13" } +pillow = { version = ">=10.2.0,<11.0.0", optional = true, python = "<3.13" } tiktoken = ">=0.6.0,<1.0.0" qdrant-client = {version = "^1.11.1", optional = true} google-cloud-aiplatform = {version = "^1.45.0", optional = true}