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 b98fd1b commit ba01defCopy full SHA for ba01def
bioimageio/core/build_spec/build_model.py
@@ -255,9 +255,7 @@ def _get_dependencies(dependencies, root):
255
else:
256
manager = "conda"
257
path = dependencies
258
- return model_spec.raw_nodes.Dependencies(
259
- manager=manager, file=_process_uri(path, root)
260
- )
+ return model_spec.raw_nodes.Dependencies(manager=manager, file=_process_uri(path, root))
261
262
263
def build_model(
0 commit comments