Skip to content

Commit

Permalink
Update pyproject.toml (#336)
Browse files Browse the repository at this point in the history
Use latest releases of dls-bluesky-core and ophyd-async instead of main
branch git+ versions
  • Loading branch information
rosesyrett authored Nov 14, 2023
1 parent d50a439 commit b30dda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
]
description = "Lightweight Bluesky-as-a-service wrapper application. Also usable as a library."
dependencies = [
"bluesky @ git+https://github.com/bluesky/bluesky.git",
"bluesky",
"ophyd",
"nslsii",
"pyepics",
Expand All @@ -26,7 +26,7 @@ dependencies = [
"fastapi[all]<0.99",
"uvicorn",
"requests",
"dls-bluesky-core @ git+https://github.com/DiamondLightSource/dls-bluesky-core.git", #requires ophyd-async
"dls-bluesky-core", #requires ophyd-async
"dls-dodal",
"typing_extensions<4.6",
]
Expand Down

0 comments on commit b30dda7

Please sign in to comment.