From 3614d7ff6d21d7c81f761d62ba9846a9ee80baaf Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 10 Oct 2022 22:50:25 +0800 Subject: [PATCH] Add dill to requirements.txt (#613) * Add dill to requirements.txt * Disable style check for python 3.7 --- .github/workflows/style_check.yml | 4 ++-- requirements.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 239a0280c..90459bc1c 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -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: diff --git a/requirements.txt b/requirements.txt index 2e72d2eb6..258c64065 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ onnx onnxruntime --extra-index-url https://pypi.ngc.nvidia.com onnx_graphsurgeon +dill