Skip to content

Commit 0e5fe06

Browse files
committed
tools/update-conda.py: remove obsolete symengine entry
This package has been dropped from pyproject.toml, because it isn't really a dependency of Sage -- it's the other way around.
1 parent e4f35cb commit 0e5fe06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/update-conda.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def get_dependencies(pyproject_toml: Path, python: str, platform: str) -> set[st
166166
all_requirements = {
167167
# Following can be removed once https://github.com/regro/cf-scripts/pull/2176 is used in grayskull
168168
req.replace("lrcalc", "python-lrcalc")
169-
.replace("symengine", "python-symengine")
170169
.replace("memory_allocator", "memory-allocator")
171170
.replace("pkg:generic/r-lattice", "r-lattice")
172171
.replace("pkg:generic/latexmk", "latexmk")

0 commit comments

Comments
 (0)