Skip to content

Commit

Permalink
fix test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
calad0i committed Nov 19, 2024
1 parent 3a8fb60 commit 06f8b33
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ write_to = "src/quantizers/_version.py"
dependencies = ["numpy"]

grad = ['keras>=3']
test = ['pytest', 'pytest-cov', 'pytest-xdist', 'keras>=3']
test = [
'pytest',
'pytest-cov',
'pytest-xdist',
'pytest-env',
'keras>=3.0',
'cppyy',
'jax',
]

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 06f8b33

Please sign in to comment.