Skip to content

Commit 01f1e0a

Browse files
bridgetmcgvagenas
andauthored
Update pyproject.toml
Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Signed-off-by: Bridget <bridget.mcginn@ibm.com>
1 parent 10e9ed8 commit 01f1e0a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@ dependencies = [
4343
'pillow (>=10.0.0,<12.0.0)',
4444
'pyyaml (>=5.1,<7.0.0)',
4545
'typing-extensions (>=4.12.2,<5.0.0)',
46-
'typer (>=0.12.5,<0.17.0)',
46+
'typer (>=0.12.5,<0.20.0)',
4747
'latex2mathml (>=3.77.0,<4.0.0)',
48-
"tree-sitter==0.23.2",
49-
"tree-sitter-python==0.23.6",
50-
"tree-sitter-c==0.23.4",
51-
"tree-sitter-java==0.23.5",
52-
"tree-sitter-javascript==0.23.1",
53-
"tree-sitter-typescript==0.23.2",
54-
48+
"tree-sitter (>=0.23.2,<1.0.0)",
49+
"tree-sitter-python (>=0.23.6,<1.0.0)",
50+
"tree-sitter-c (>=0.23.4,<1.0.0)",
51+
"tree-sitter-java (>=0.23.5,<1.0.0)",
52+
"tree-sitter-javascript (>=0.23.1,<1.0.0)",
53+
"tree-sitter-typescript (>=0.23.2,<1.0.0)",
5554
]
5655

5756
[project.urls]

0 commit comments

Comments
 (0)