Skip to content

Commit c8845fb

Browse files
committed
Workbench needs instrumentview as a dependency
1 parent a728108 commit c8845fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/applications/workbench/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
setup(
1414
name="MantidWorkbench", # probably the wrong name if someone wants to include it
1515
version=os.environ["MANTID_VERSION_STR"],
16-
install_requires=["mantidqtinterfaces"],
16+
install_requires=["mantidqtinterfaces", "instrumentview"],
1717
packages=find_packages(exclude=["*.test"]),
1818
package_data={"": ["*.ui"]},
1919
entry_points={"gui_scripts": ["workbench = workbench.app.main:main"]},

0 commit comments

Comments
 (0)