We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093012f commit 92fc0c1Copy full SHA for 92fc0c1
1 file changed
examples/nidaqmx_analog_input/pyproject.toml
@@ -14,8 +14,7 @@ click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pal
14
mypy = ">=1.0"
15
grpc-stubs = "^1.53"
16
# Uncomment to use prerelease dependencies.
17
-# TODO: Comment out once a prerelease is built.
18
-nidaqmx = { git = "https://github.com/ni/nidaqmx-python.git", branch = "master", extras = ["grpc"]}
+# nidaqmx = { git = "https://github.com/ni/nidaqmx-python.git", branch = "master", extras = ["grpc"]}
19
# ni-measurementlink-service = {path = "../..", develop = true}
20
21
[build-system]
0 commit comments