From 7c0a1f55ec278383beab024619c34c50f5744961 Mon Sep 17 00:00:00 2001 From: Mikado8231 <18015877+Mikado8231@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:48:18 +0100 Subject: [PATCH] [FIX] Upgrade version IPython for unittest VSCode windows - Python 3.9.2 IPython loaded in version 5 but an issue --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e47f5e4..19d4c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ numpy = [{version = ">=1.24.0", python = ">=3.11"}, scipy = [{version = ">=1.9.2", python = ">=3.11"}, {version = "<1.11.0", python = "<3.8"}, {version = "<1.8.0", python = "<3.8"}] +ipython = "^7.0.0" [tool.poetry.dev-dependencies] prospector = "1.10.3"