Skip to content

Commit

Permalink
fixed error in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoVellekoop committed Oct 11, 2024
1 parent 74f22ed commit ad85616
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 @@ -42,7 +42,7 @@ glfw = { version = "^2.5.9", optional = true }
nidaq = ["nidaqmx"]
genicam = ["harvesters"]
opengl = ["PyOpenGL", "glfw"]
all = ["nidaqmx", "harvesters; python_version < '3.12'", "PyOpenGL", "glfw"]
all = ["nidaqmx", "harvesters'", "PyOpenGL", "glfw"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit ad85616

Please sign in to comment.