Skip to content

Commit

Permalink
Unpin numpy (#963)
Browse files Browse the repository at this point in the history
* Unpinning numpy

* Update pyproject.toml

---------

Co-authored-by: Shihab Suliman <[email protected]>
Co-authored-by: Joseph Ware <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent c5c2639 commit 124b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"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
"numpy",
"aiofiles",
"aiohttp",
"redis",
Expand Down

0 comments on commit 124b690

Please sign in to comment.