From d8945e7b7e10f76e9d0f8693ead83f2745fda4cb Mon Sep 17 00:00:00 2001 From: eddableheath Date: Thu, 21 Nov 2024 11:16:41 +0000 Subject: [PATCH] :construction: updated pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e507792..e591499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ authors = [ ] description = "Sample Level, Pipeline Introduced Cumulative Errors (SPICE). Investigating methods for generalisable measurement of cumulative errors in multi-model (and multi-modal) ML pipelines." readme = "README.md" -requires-python = "==3.10.15" +requires-python = "==3.10.4" +requires-pip = "==24.0" classifiers = [ "Development Status :: 1 - Planning", "Intended Audience :: Science/Research",