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 a728108 commit c8845fbCopy full SHA for c8845fb
qt/applications/workbench/setup.py
@@ -13,7 +13,7 @@
13
setup(
14
name="MantidWorkbench", # probably the wrong name if someone wants to include it
15
version=os.environ["MANTID_VERSION_STR"],
16
- install_requires=["mantidqtinterfaces"],
+ install_requires=["mantidqtinterfaces", "instrumentview"],
17
packages=find_packages(exclude=["*.test"]),
18
package_data={"": ["*.ui"]},
19
entry_points={"gui_scripts": ["workbench = workbench.app.main:main"]},
0 commit comments