From e8c43871ebf8ea9619530b34559df90493540222 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Thu, 9 Nov 2023 09:35:41 -0800 Subject: [PATCH] loosen up the python and ipython deps --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b37f612..3a99dd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,8 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.9.0,<3.13" -ipython = ">=7.0.0,<9.0.0" +python = ">=3.9.0" +ipython = ">=7.0.0" openai = "^1.1.1" pydantic = "^2.4.2" vdom = "^1.0.0" @@ -60,7 +60,7 @@ pre-commit = "^3.2.2" toml = "^0.10.2" bump2version = "^1.0.1" jinja2 = "^3.1.2" -ipykernel = ">=6.0.0,<8.0.0" +ipykernel = ">=6.0.0" types-toml = "^0.10.8.6" pandas = "^2.0.2" pytest-asyncio = "^0.21.1"