diff --git a/plugins/tensorflow/src/pipeline b/plugins/tensorflow/src/pipeline deleted file mode 120000 index ca3760257..000000000 --- a/plugins/tensorflow/src/pipeline +++ /dev/null @@ -1 +0,0 @@ -../../tensorflow-lite/src/pipeline \ No newline at end of file diff --git a/plugins/tensorflow/src/requirements.txt b/plugins/tensorflow/src/requirements.txt index 0c8263ef9..35b82a053 100644 --- a/plugins/tensorflow/src/requirements.txt +++ b/plugins/tensorflow/src/requirements.txt @@ -1,14 +1,8 @@ -# plugin -numpy>=1.16.2 -# pillow for anything not intel linux -Pillow>=5.4.1; sys_platform != 'linux' or platform_machine != 'x86_64' -pillow-simd; sys_platform == 'linux' and platform_machine == 'x86_64' tensorflow-macos; sys_platform == 'darwin' tensorflow; sys_platform != 'darwin' -PyGObject>=3.30.4; sys_platform != 'win32' -# not available on armhf -av>=10.0.0; sys_platform != 'linux' or platform_machine == 'x86_64' or platform_machine == 'aarch64' -# sort_oh -scipy -filterpy +numpy>=1.16.2 + +# pillow for anything not intel linux, pillow-simd is available on x64 linux +Pillow>=5.4.1; sys_platform != 'linux' or platform_machine != 'x86_64' +pillow-simd; sys_platform == 'linux' and platform_machine == 'x86_64'