Skip to content

Commit 9f4fe4f

Browse files
authored
Merge pull request #1038 from codeflash-ai/update-dependencies
Add numba and tensorflow in test dependency group
2 parents 6ab2710 + 2307057 commit 9f4fe4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ tests = [
8686
"scipy>=1.13.1",
8787
"torch>=2.8.0",
8888
"xarray>=2024.7.0",
89-
"eval_type_backport"
89+
"eval_type_backport",
90+
"numba>=0.60.0",
91+
"tensorflow>=2.20.0",
9092
]
9193

9294
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)