Skip to content

Commit

Permalink
Merge pull request #110 from rgbkrk/loosen-up
Browse files Browse the repository at this point in the history
loosen up the python and ipython deps
  • Loading branch information
rgbkrk authored Nov 9, 2023
2 parents 5700632 + e8c4387 commit 241478b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 241478b

Please sign in to comment.