Skip to content
Snippets Groups Projects
Commit 8c2b45e9 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

Remove backend_cpu dependency from setup.py

parent 75f98290
No related branches found
No related tags found
2 merge requests!10Update backend_opencv with modifications from aidge_core,!9Remove dependency of backend CPU and fix CI
Pipeline #39409 failed
...@@ -108,7 +108,7 @@ if __name__ == '__main__': ...@@ -108,7 +108,7 @@ if __name__ == '__main__':
cmdclass={ cmdclass={
'build_ext': CMakeBuild, 'build_ext': CMakeBuild,
}, },
install_requires=['aidge_core','aidge_backend_cpu'], install_requires=['aidge_core'],
zip_safe=False, zip_safe=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment