mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
Add dill to requirements.txt (#613)
* Add dill to requirements.txt * Disable style check for python 3.7
This commit is contained in:
parent
bf2c4a488e
commit
3614d7ff6d
4
.github/workflows/style_check.yml
vendored
4
.github/workflows/style_check.yml
vendored
@ -29,8 +29,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macos-latest]
|
||||
python-version: [3.7, 3.9]
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.8]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
@ -8,3 +8,4 @@ onnx
|
||||
onnxruntime
|
||||
--extra-index-url https://pypi.ngc.nvidia.com
|
||||
onnx_graphsurgeon
|
||||
dill
|
||||
|
Loading…
x
Reference in New Issue
Block a user