Skip to content

Commit 80ebda6

Browse files
committed
chore: update pyproject.toml dependencies
1 parent ea69fbd commit 80ebda6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ dependencies = [
1212
'tree_sitter_languages==1.10.2',
1313
"tqdm",
1414
'grep_ast',
15-
'pygments==2.18.0',
16-
'networkx==3.3',
17-
'jinja2==3.1.4',
18-
'litellm==1.41.21',
19-
"numpy==2.0.0",
20-
"scipy==1.14.0",
15+
'pygments',
16+
'networkx',
17+
'jinja2',
18+
'litellm',
19+
"numpy",
20+
"scipy",
2121
]
2222
keywords = ["mutahunter", 'test', "testing", "LLM", 'mutant']
2323
readme = "README.md"

0 commit comments

Comments
 (0)