Skip to content

Commit

Permalink
Pin ophyd_async due to pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jul 17, 2024
1 parent 56ff93b commit ce40c72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ description = "Ophyd devices and other utils that could be used across DLS beaml
dependencies = [
"click",
"ophyd",
"ophyd-async>=0.3.1",
"ophyd-async>=0.3.1,<0.4.0", # Need to pin to <0.4.0 as this requires pydantic>2.0 see https://github.com/DiamondLightSource/dodal/issues/679
"bluesky",
"pyepics",
"dataclasses-json",
"pillow",
"zocalo",
"zocalo>=0.32.0",
"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 ce40c72

Please sign in to comment.