We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f35cb commit 0e5fe06Copy full SHA for 0e5fe06
1 file changed
tools/update-conda.py
@@ -166,7 +166,6 @@ def get_dependencies(pyproject_toml: Path, python: str, platform: str) -> set[st
166
all_requirements = {
167
# Following can be removed once https://github.com/regro/cf-scripts/pull/2176 is used in grayskull
168
req.replace("lrcalc", "python-lrcalc")
169
- .replace("symengine", "python-symengine")
170
.replace("memory_allocator", "memory-allocator")
171
.replace("pkg:generic/r-lattice", "r-lattice")
172
.replace("pkg:generic/latexmk", "latexmk")
0 commit comments