Skip to content

Commit

Permalink
tflite-runtime only for linux plattform
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Aug 29, 2022
1 parent 0d62869 commit 487d240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ imagehash
urllib3
requests
pandas
tflite-runtime; sys_platform != "darwin"
tflite-runtime; sys_platform == "linux"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'urllib3',
'requests',
'pandas',
'tflite-runtime; sys_platform != "darwin"',
'tflite-runtime; sys_platform == "linux"',
'importlib-metadata; python_version == "3.9"'],
tests_require=['nose'],
packages=find_packages(exclude=['tests']),
Expand Down

0 comments on commit 487d240

Please sign in to comment.