From 01a62bd56785949093939408ffc231d788322f93 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 20 Oct 2023 15:57:04 +0200 Subject: [PATCH] meta(reqs): add back the macos extra specifiers for tensorflow. --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d966f231..d2dd6b58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,10 +65,8 @@ "pytest-cov", "coverage", "dask", - # 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", + "tensorflow; sys_platform != 'darwin'", + "tensorflow-macos; sys_platform == 'darwin'", ] [tool.setuptools] -- GitLab