From ad567ef53402613e02a2b2813d59e875e81dc336 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Thu, 17 Aug 2023 13:25:33 -0400 Subject: [PATCH] Python version to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46b1b41..e1457f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Chris "] license = "MIT" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" jupyterlab = "^3.3.3" pandas = "^1.4.2" matplotlib = "^3.5.1"