mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
add numba and tensorflow in test dependency group
This commit is contained in:
parent
c902bc5337
commit
a76adafbf9
2 changed files with 1094 additions and 2 deletions
|
|
@ -86,7 +86,9 @@ tests = [
|
|||
"scipy>=1.13.1",
|
||||
"torch>=2.8.0",
|
||||
"xarray>=2024.7.0",
|
||||
"eval_type_backport"
|
||||
"eval_type_backport",
|
||||
"numba>=0.60.0",
|
||||
"tensorflow>=2.20.0",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
|
|
|
|||
Loading…
Reference in a new issue