Skip to content

Commit f41474d

Browse files
bridgetmcgvagenas
andcommitted
Update pyproject.toml
Co-authored-by: Panos Vagenas <[email protected]> Signed-off-by: Bridget <[email protected]>
1 parent f3175c2 commit f41474d

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
@@ -48,15 +48,14 @@ dependencies = [
4848
'pillow (>=10.0.0,<13.0.0)',
4949
'pyyaml (>=5.1,<7.0.0)',
5050
'typing-extensions (>=4.12.2,<5.0.0)',
51-
'typer (>=0.12.5,<0.17.0)',
51+
'typer (>=0.12.5,<0.20.0)',
5252
'latex2mathml (>=3.77.0,<4.0.0)',
53-
"tree-sitter==0.23.2",
54-
"tree-sitter-python==0.23.6",
55-
"tree-sitter-c==0.23.4",
56-
"tree-sitter-java==0.23.5",
57-
"tree-sitter-javascript==0.23.1",
58-
"tree-sitter-typescript==0.23.2",
59-
53+
"tree-sitter (>=0.23.2,<1.0.0)",
54+
"tree-sitter-python (>=0.23.6,<1.0.0)",
55+
"tree-sitter-c (>=0.23.4,<1.0.0)",
56+
"tree-sitter-java (>=0.23.5,<1.0.0)",
57+
"tree-sitter-javascript (>=0.23.1,<1.0.0)",
58+
"tree-sitter-typescript (>=0.23.2,<1.0.0)",
6059
]
6160

6261
[project.urls]

0 commit comments

Comments
 (0)