From 1ab49b398b2e2dc36495f072ae7b340f1dc68180 Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Sat, 25 May 2024 20:40:37 +0200 Subject: [PATCH] Fix sage.symbolic feature after libs/pynac removal --- src/sage/features/sagemath.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sage/features/sagemath.py b/src/sage/features/sagemath.py index 2001f793a2f..38b05559f64 100644 --- a/src/sage/features/sagemath.py +++ b/src/sage/features/sagemath.py @@ -1080,7 +1080,6 @@ def __init__(self): PythonModule('sage.geometry.riemannian_manifolds'), PythonModule('sage.geometry.hyperbolic_space'), PythonModule('sage.dynamics.complex_dynamics'), - PythonModule('sage.libs.pynac'), PythonModule('sage.libs.ecl'), PythonModule('sage.interfaces.fricas'), PythonModule('sage.interfaces.giac'),