hereon-GEMS / pydidas

Python Diffraction Data Analysis Suite (pydidas) which merges toolkits and tries to supply broad functionality for X-ray diffraction data analysis.
https://hereon-gems.github.io/pydidas/
Other
3 stars 2 forks source link

Change to version declaration to PyQt5>=5.15 #29

Open gudlot opened 2 weeks ago

malte-storm commented 2 weeks ago

Your suggested fix does not work for other platforms. The pyqt5-qt5 package in version 5.15.14 is only supported for macOS, not for Windows or Linux.

gudlot commented 2 weeks ago

5.15.14 is the version automatically selected after running pip-compile pyproject.toml on MacOS. I removed the specific version for pyqt5-qt5 in requirements.txt before, so pip-compile pyproject.toml was able to run through.