Add dill to requirements.txt (#613)

* Add dill to requirements.txt

* Disable style check for python 3.7
This commit is contained in:
Fangjun Kuang 2022-10-10 22:50:25 +08:00 committed by GitHub
parent bf2c4a488e
commit 3614d7ff6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -8,3 +8,4 @@ onnx
onnxruntime
--extra-index-url https://pypi.ngc.nvidia.com
onnx_graphsurgeon
dill