-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maint: python version, CI/CD, tiled dependency (#40)
* add: optional plan factory to override measurement_plan * maint: fix Tiled imports for typing * test: update CI/CD testing with bluesky image and python versions * maint: tiled[client] only in requirements * fix: ghcr tag
- Loading branch information
1 parent
5764d0d
commit ef629dd
Showing
6 changed files
with
60 additions
and
36 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
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
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 |
---|---|---|
|
@@ -23,5 +23,14 @@ databroker | |
ophyd | ||
scipy | ||
pre-commit | ||
databroker @ git+https://github.com/bluesky/[email protected]#egg=databroker | ||
tiled[all] | ||
databroker @ git+https://github.com/bluesky/[email protected]#egg=databroker | ||
# This is required for the `tiled` package to make a Mongo client (some components from tiled[server]). | ||
asgi_correlation_id | ||
python-jose[cryptography] | ||
sqlalchemy[asyncio] >=2 | ||
pydantic-settings >=2, <3 | ||
jmespath | ||
openpyxl | ||
cachetools | ||
pymongo | ||
prometheus_client |
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 |
---|---|---|
|
@@ -6,6 +6,6 @@ bluesky-widgets | |
bluesky-kafka | ||
bluesky-queueserver-api | ||
xkcdpass | ||
tiled | ||
tiled[client] | ||
numpy | ||
pydantic |