Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ extra = [
'pycosat >=0.6.3',
'pynormaliz >=2.18; platform_machine != "aarch64" and platform_machine != "arm64"', # Not yet available for Linux aarch64
'sage_numerical_backends_coin',
'symengine >= 0.6.1', # Only used in tests
]
test = ["pytest-xdist"]
#giac = ['sagemath_giac'] # Not yet available on PyPI (https://github.com/sagemath/sagemath-giac/issues/3)
Expand Down
44 changes: 0 additions & 44 deletions src/sage/features/symengine_py.py

This file was deleted.

1 change: 0 additions & 1 deletion src/sage/symbolic/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ py.install_sources(
'series_impl.pyi',
'subring.py',
'symbols.py',
'symengine.py',
'tests.py',
'units.py',
subdir: 'sage/symbolic',
Expand Down
18 changes: 0 additions & 18 deletions src/sage/symbolic/symengine.py

This file was deleted.

1 change: 0 additions & 1 deletion tools/update-conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def get_dependencies(pyproject_toml: Path, python: str, platform: str) -> set[st
all_requirements = {
# Following can be removed once https://github.com/regro/cf-scripts/pull/2176 is used in grayskull
req.replace("lrcalc", "python-lrcalc")
.replace("symengine", "python-symengine")
.replace("memory_allocator", "memory-allocator")
.replace("pkg:generic/r-lattice", "r-lattice")
.replace("pkg:generic/latexmk", "latexmk")
Expand Down
Loading