mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-latest]
|
os: [ubuntu-latest]
|
||||||
python-version: [3.7, 3.9]
|
python-version: [3.8]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -8,3 +8,4 @@ onnx
|
|||||||
onnxruntime
|
onnxruntime
|
||||||
--extra-index-url https://pypi.ngc.nvidia.com
|
--extra-index-url https://pypi.ngc.nvidia.com
|
||||||
onnx_graphsurgeon
|
onnx_graphsurgeon
|
||||||
|
dill
|
||||||
|
Loading…
x
Reference in New Issue
Block a user