Skip to content

Commit 550ddef

Browse files
authored
update dependency versions
Increase pandas version to <=2.2.3 and textual version to <4.0
1 parent 9c82fec commit 550ddef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ packages = [{include = "textual_pandas"}]
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8,<4.0"
13-
textual = "<=0.58.0, >=0.23.0"
14-
pandas = "<=2.2.2"
13+
textual = "<4.0, >=0.23.0"
14+
pandas = "<=2.2.3"
1515

1616
[build-system]
1717
requires = ["poetry-core"]

0 commit comments

Comments
 (0)