Skip to content

Commit

Permalink
Move onnx dependancy to dev dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
vtemplier committed Jan 29, 2024
1 parent ebe9f18 commit 0aea7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neurocorgi_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
Use this model to build classification, detection or segmentation apps.
"""

__version__ = "2.0.1"
__version__ = "2.0.2"

from .models import *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ dependencies = [
"numpy",
"opencv-python",
"pillow",
"onnx", # weights loading
"safetensors", # weights loading
"requests",
"scipy",
Expand All @@ -83,6 +82,7 @@ dev = [
"ipython",
"pytest",
"pytest-cov",
"onnx", # weights loading
]

extra = [
Expand Down

0 comments on commit 0aea7b1

Please sign in to comment.