Skip to content
Snippets Groups Projects
Commit 34871936 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'rem-deps-extras' into 'master'

meta(deps): remove tensorflow extras from the deps

See merge request !212
parents a33ced61 69ed4d74
No related branches found
No related tags found
1 merge request!212meta(deps): remove tensorflow extras from the deps
Pipeline #75107 canceled
......@@ -65,8 +65,10 @@
"pytest-cov",
"coverage",
"dask",
"tensorflow ; sys_platform == 'linux'",
"tensorflow-macos ; sys_platform != 'linux'",
# dev-profile constraints will set the extras of tensorflow and
# tensorflow-macos according to the current OS. Leave both deps in here:
"tensorflow",
"tensorflow-macos",
]
[tool.setuptools]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment