-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ pandas | |
matplotlib | ||
msgpack | ||
zmq | ||
textual |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
[extras] | ||
# For CLI only bluesky environment: pip install bluesky-simulator[headless] | ||
headless = | ||
# already defined in requirements.txt | ||
# For GUI bluesky environment: pip install bluesky-simulator[gui] | ||
gui = | ||
PyQt6 | ||
PyQt6-WebEngine | ||
pygame = | ||
pygame | ||
qt5 = | ||
pyopengl | ||
PyQt5 | ||
PyQtWebEngine-Qt5 | ||
qt6 = | ||
pyopengl | ||
# NOTE: pyopengl-accelerate is awkward to pip install from PyPI | ||
# For accelerated GUI bluesky environment: pip install bluesky-simulator[full] | ||
full = | ||
PyQt6 | ||
PyQt6-WebEngine | ||
console = | ||
textual | ||
full = | ||
pygame | ||
pyopengl | ||
PyQt6 | ||
PyQt6-WebEngine | ||
textual | ||
# For headless (server-only) bluesky environment: pip install bluesky-simulator[headless] | ||
headless = | ||
# already defined in requirements.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters