changes for new CSAXS experiment

This commit is contained in:
e20633
2023-04-25 13:38:51 +02:00
parent 99ac3d85b9
commit 76da81b509
2 changed files with 2 additions and 2 deletions

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"]},
)