update for new experiment CSAXS

This commit is contained in:
e20642
2023-04-25 13:36:02 +02:00
parent 99ac3d85b9
commit cac184be05
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class BECAdapter:
self.scan_nr = None
self.scan_running = False
self.eaccount = "e20642"
self.eaccount = "e20642" # for jeff: 20633
# To decide what should be plotted
self.monitor = monitor

View File

@ -12,7 +12,7 @@ if __name__ == "__main__":
# subprocess.run(f"pip install -e {bec_utils}", shell=True, check=True)
setup(
install_requires=["pyqt5", "pyqtgraph", "h5py", "PyQtWebEngine"],
install_requires=["pyqt5==5.12", "pyqtgraph", "h5py", "PyQtWebEngine==5.12"], #this version works for comp1 CSAXS, no later version
entry_points={"console_scripts": ["grum=grum:main"]},
)