Skip to content

Commit

Permalink
chore: update pyproject.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jungs1 committed Jul 25, 2024
1 parent ea69fbd commit 80ebda6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies = [
'tree_sitter_languages==1.10.2',
"tqdm",
'grep_ast',
'pygments==2.18.0',
'networkx==3.3',
'jinja2==3.1.4',
'litellm==1.41.21',
"numpy==2.0.0",
"scipy==1.14.0",
'pygments',
'networkx',
'jinja2',
'litellm',
"numpy",
"scipy",
]
keywords = ["mutahunter", 'test', "testing", "LLM", 'mutant']
readme = "README.md"
Expand Down

0 comments on commit 80ebda6

Please sign in to comment.