From 98fe36fa367c8c6f1a23a5f983e588fc745cb87e Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Thu, 29 Jan 2026 13:58:40 -0800 Subject: [PATCH] Start using sympy again Signed-off-by: Tom Rix --- python-torch.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python-torch.spec b/python-torch.spec index 15c058a..ce13fc0 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -54,16 +54,14 @@ %bcond_without onnx %bcond_without protobuf %bcond_without setuptools +%bcond_without sympy %else %bcond_with eigen3 %bcond_with onnx %bcond_with protobuf %bcond_with setuptools -%endif - -# 1/23/26 -# nothing provides (python3.14dist(mpmath) < 1.4~~ with python3.14dist(mpmath) >= 1.1) needed by python3-sympy-1.14.0-10.fc44.noarch from fedora %bcond_with sympy +%endif Name: python-%{pypi_name} %if %{with gitcommit}