We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdbb05 commit ff45e68Copy full SHA for ff45e68
pyproject.toml
@@ -14,7 +14,8 @@ description = "Ophyd devices and other utils that could be used across DLS beaml
14
dependencies = [
15
"click",
16
"ophyd",
17
- "ophyd-async[ca,pva]>=0.13.2",
+ # pin new ophyd-async can be built
18
+ "ophyd-async[ca,pva]==0.13.4",
19
"bluesky>=1.14.5",
20
"pyepics",
21
"dataclasses-json",
@@ -54,7 +55,8 @@ dev = [
54
55
"pre-commit",
56
"psutil",
57
"pydata-sphinx-theme>=0.12",
- "pyright",
58
+ # Pin to previous pyright until https://github.com/microsoft/pyright/issues/11060 is fixed
59
+ "pyright==1.1.406",
60
"pytest",
61
"pytest-asyncio",
62
"pytest-cov",
0 commit comments