BCDA-APS / queueUI

PyQt5 User Interface for Bluesky Queueserver
Other
2 stars 0 forks source link

create a conda environment file #1

Closed prjemian closed 5 months ago

prjemian commented 5 months ago

Create the conda environment file that installs this project's required packages. These are the packages the qsui application will need to run. (The qsui package cannot be in this list. It will be installed into this environment by pip.)

prjemian commented 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