File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,16 @@ dependencies = [
2222 " requests" ,
2323 " graypy" ,
2424 " pydantic>=2.0" ,
25- " opencv-python-headless" , # For pin-tip detection.
25+ " opencv-python-headless" , # For pin-tip detection.
2626 " numpy" ,
2727 " aiofiles" ,
2828 " aiohttp" ,
2929 " redis" ,
3030 " scanspec>=0.7.3" ,
31- " pyzmq==26.3.0" , # Until we can move to RHEL 8 https://github.com/DiamondLightSource/mx-bluesky/issues/1139
31+ " pyzmq==26.3.0" , # Until we can move to RHEL 8 https://github.com/DiamondLightSource/mx-bluesky/issues/1139
3232 " deepdiff" ,
33- " daq-config-server>=v1.0.0" , # For getting Configuration settings.
33+ " daq-config-server>=v1.0.0" , # For getting Configuration settings.
34+ " mysql-connector-python == 9.5.0" , # Can unpin once https://github.com/DiamondLightSource/ispyb-api/pull/244 is merged and released
3435]
3536
3637dynamic = [" version" ]
@@ -60,7 +61,7 @@ dev = [
6061 " pytest-timeout" ,
6162 " pytest-random-order" ,
6263 " ruff" ,
63- " sphinx<7.4.6" , # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
64+ " sphinx<7.4.6" , # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
6465 " sphinx-autobuild" ,
6566 " sphinx-copybutton" ,
6667 " sphinxcontrib-mermaid" ,
You can’t perform that action at this time.
0 commit comments