Closed prjemian closed 5 months ago
This file will be used by the testing processes. A developer will need more packages, such as those provided by the bluesky_2024_2 conda environment.
# file: environment.yml
name: qsui
channels:
- conda-forge
- defaults
dependencies:
- python
- pyqt =5
- qt =5
- bluesky-queueserver
- bluesky-queueserver-api
Create the conda environment file that installs this project's required packages. These are the packages the
qsui
application will need to run. (Theqsui
package cannot be in this list. It will be installed into this environment by pip.)