Skip to content

Commit

Permalink
Fix dependency on dodal
Browse files Browse the repository at this point in the history
A dependency on a specific branch of dodal was mistakenly merged. This PR reverts that dependency.
  • Loading branch information
callumforrester committed Oct 26, 2023
1 parent 42cac05 commit 2845835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"ophyd",
"nslsii",
"pyepics",
"aioca",
"pydantic<2.0",
"stomp.py",
"aiohttp",
Expand All @@ -25,8 +26,8 @@ dependencies = [
"fastapi[all]<0.100",
"uvicorn",
"requests",
"dls-bluesky-core @ git+https://github.com/DiamondLightSource/dls-bluesky-core.git", #requires ophyd-async
"dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@directory_provider", # requires aioca...
"dls-bluesky-core @ git+https://github.com/DiamondLightSource/dls-bluesky-core.git", #requires ophyd-async
"dls-dodal",
"typing_extensions<4.6",
]
dynamic = ["version"]
Expand Down

0 comments on commit 2845835

Please sign in to comment.