From 988d527212b55e3d3b59ae3bed74ecc136e7ce01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 27 Oct 2024 10:10:55 -0700 Subject: [PATCH] chore(ml): remove setuptools from dependencies (#13762) --- machine-learning/poetry.lock | 4 ++-- machine-learning/pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/machine-learning/poetry.lock b/machine-learning/poetry.lock index fa5cb2d9c2..1fec028c8a 100644 --- a/machine-learning/poetry.lock +++ b/machine-learning/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiocache" @@ -3776,4 +3776,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "f4594d26ee661fb239c7b5750a4c79e5e049480182928af816ccf5e34e8b641f" +content-hash = "f95dddfd343a4b2f4d19ffee71ce6b2f5137e5514a60765424164259c4dc1044" diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml index 87019909a5..a788b7bfd6 100644 --- a/machine-learning/pyproject.toml +++ b/machine-learning/pyproject.toml @@ -18,7 +18,6 @@ pydantic-settings = "^2.5.2" aiocache = ">=0.12.1,<1.0" rich = ">=13.4.2" ftfy = ">=6.1.1" -setuptools = "^70.0.0" python-multipart = ">=0.0.6,<1.0" orjson = ">=3.9.5" gunicorn = ">=21.1.0"