Skip to content

Commit

Permalink
Add missing dependancies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Aug 27, 2024
1 parent 40f0158 commit b09e4a2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ dependencies = [
"ispyb",
"jupyterlab",
"matplotlib",
"nexgen",
"nexgen>0.8.3",
"numpy",
"opencv-python",
"opentelemetry-distro",
"opentelemetry-exporter-otlp",
"pydantic",
"opentelemetry-exporter-jaeger",
"pydantic<2.0",
"pyepics",
"pyzmq",
"requests",
Expand All @@ -51,7 +52,7 @@ dependencies = [
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.11"

[project.optional-dependencies]
dev = [
Expand Down Expand Up @@ -84,6 +85,8 @@ dev = [
"tox",
"types-mock",
"types-requests",
"build",
"pyright_diff_quality_plugin @ git+https://github.com/DiamondLightSource/pyright_diff_quality_plugin.git"
]

[project.scripts]
Expand Down Expand Up @@ -193,3 +196,4 @@ lint.extend-ignore = [

[tool.mypy]
plugins = ["pydantic.mypy"]
ignore_missing_imports = ["true"]

0 comments on commit b09e4a2

Please sign in to comment.