Skip to content

Commit

Permalink
Pin ophyd-async
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jul 16, 2024
1 parent b0b2114 commit cf7ed30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Ophyd devices and other utils that could be used across DLS beaml
dependencies = [
"click",
"ophyd",
"ophyd-async>=0.3.1",
"ophyd-async @ git+https://github.com/bluesky/ophyd-async.git@b0ff0c38cd2cd6eac21fe1db7ee4d077e2c0eb29",
"bluesky",
"pyepics",
"dataclasses-json",
Expand All @@ -23,10 +23,10 @@ dependencies = [
"requests",
"graypy",
"pydantic",
"opencv-python-headless", # For pin-tip detection.
"aioca", # Required for CA support with ophyd-async.
"p4p", # Required for PVA support with ophyd-async.
"numpy<2.0", # Unpin when https://github.com/bluesky/ophyd-async/issues/387 resolved
"opencv-python-headless", # For pin-tip detection.
"aioca", # Required for CA support with ophyd-async.
"p4p", # Required for PVA support with ophyd-async.
"numpy<2.0", # Unpin when https://github.com/bluesky/ophyd-async/issues/387 resolved
"aiofiles",
"aiohttp",
]
Expand Down

0 comments on commit cf7ed30

Please sign in to comment.