Skip to content

Commit

Permalink
Fix major bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholanda committed Oct 20, 2024
1 parent 76baa86 commit 3bf24e2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions plugins/devices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,15 @@ def get_specific_version(plugin_name: str, version_key: str) -> str:
],
python_requires=">=3.8, <3.12",
install_requires=[
"turnkeyml==4.0.0",
"turnkeyml>=4.0.0",
"importlib_metadata",
"onnx_tool",
"numpy<2",
"gitpython",
"timm==0.9.10",
],
include_package_data=True,
package_data={
"turnkeyml_plugin_devices": [
]
},
package_data={"turnkeyml_plugin_devices": []},
extras_require={
"onnxrt": [],
"torchrt": [],
Expand Down

0 comments on commit 3bf24e2

Please sign in to comment.