mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Introduce parameterized as a dev dependency (#11364)
Introduce parameterized as a dev dependency to allow for parameterized test cases.
E.g.
fae8e8cabf/test/datasets/test_sst2.py (L71-L86)
This commit is contained in:
parent
14a2b2518e
commit
cbc7bd1d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ onnx
|
|||
onnxmltools
|
||||
packaging
|
||||
pandas
|
||||
parameterized>=0.8.1
|
||||
protobuf
|
||||
pydocstyle[toml]
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue