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 c076262 commit 5d18faaCopy full SHA for 5d18faa
tools/update-conda.py
@@ -324,5 +324,4 @@ def get_optional_dependencies(pyproject: dict) -> list[str]:
324
# print(f"Optional dependencies: {optional_dependencies}") # Uncommented for debugging
325
return optional_dependencies
326
327
-
328
-update_conda(options.sourcedir, options.systems)
+update_conda(options.sourcedir, options.systems)
0 commit comments