Skip to content

Commit

Permalink
new version and add the onnx runtime in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tonegas committed Jan 29, 2025
1 parent dfca2e0 commit f214441
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nnodely/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.25.0'
__version__ = '0.30.0'

import sys
major, minor = sys.version_info.major, sys.version_info.minor
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ dependencies = [
"onnx",
"pandas",
"reportlab",
"matplotlib"
"matplotlib",
"onnxruntime"
]
dynamic = ["version"]

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ onnx==1.16.2
pandas==2.2.2
torch==2.2.2
reportlab==4.2.5
matplotlib==3.9.0
matplotlib==3.9.0
onnxruntime==1.20.1

0 comments on commit f214441

Please sign in to comment.