Skip to content

Commit

Permalink
add onnx to dev dependencies (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs authored Jan 7, 2022
1 parent 208dafd commit 4438aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install runtime package.
run: |
. venv/bin/activate
make pylib-dev
make pylib
- name: Lint check the runtime package.
run: |
Expand Down
1 change: 1 addition & 0 deletions pymoose/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ flake8==3.8.3
isort==5.4.2
msgpack==1.0.2
numpy==1.21.2
onnx~=1.10.0
pip~=21.2
pytest==6.0.1
setuptools-rust~=0.12.1

0 comments on commit 4438aa2

Please sign in to comment.