Skip to content

Commit

Permalink
Fix dodal and matplotlib dependencies (#28)
Browse files Browse the repository at this point in the history
* Fix dodal dependency

* Pin matplotlib
  • Loading branch information
callumforrester authored Jan 10, 2024
1 parent d2ef088 commit c6471fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ dependencies = [
"bluesky[ipython,plotting,cmd]<1.11",
"ophyd",
"databroker[client]==2.0.0b17",
"dodal @ git+https://github.com/DiamondLightSource/dodal.git",
"matplotlib<3.8",
"dls-dodal",
"ipython",
"pyepics",
"click",
Expand Down

0 comments on commit c6471fd

Please sign in to comment.