Skip to content

Commit 7d4f7b7

Browse files
committed
Remove Windows-specific instructions
They were invalid. The problem was in detectron2, fixed by: facebookresearch/detectron2#5455 With this fix, both the old and versions of libraries work.
1 parent e311474 commit 7d4f7b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,13 @@ def prerelease_local_scheme(version):
8181
'girder-client',
8282
# cli
8383
'ctk-cli',
84+
# later determined dependencies
8485
'zarr<3.0',
86+
'portalocker==2.3.2',
87+
'onnx',
8588
# detectron2 is installed in the dockerfile, so it needs to be commented out here
86-
# 'detectron2 @ git+https://github.com/facebookresearch/detectron2@main', # v0.6+patches
89+
# 'detectron2@git+https://github.com/facebookresearch/detectron2@main', # v0.6+patches
90+
# 'detectron2@git+https://github.com/facebookresearch/[email protected]', # latest version crashes
8791
],
8892
license='Apache Software License 2.0',
8993
keywords='multic',

0 commit comments

Comments
 (0)