Skip to content

Commit

Permalink
Merge pull request #58 from iksnagreb/main
Browse files Browse the repository at this point in the history
Pin onnxruntime and tensorflow dependencies to more recent versions
  • Loading branch information
maltanar authored Jun 7, 2023
2 parents eb666d3 + 0c980ef commit 7667a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install_requires =
bitstring>=3.1.7
numpy==1.24.1
onnx==1.13.0
onnxruntime==1.11.1
onnxruntime==1.15.0
sigtools==2.0.3
toposort==1.7.0

Expand All @@ -69,7 +69,7 @@ exclude =
qkeras =
pyparsing
tf2onnx>=1.12.1
tensorflow==2.7.0
tensorflow==2.9.0
QKeras==0.9.0

# Add here test requirements (semicolon/line-separated)
Expand Down

0 comments on commit 7667a44

Please sign in to comment.