Skip to content

Commit 92fc0c1

Browse files
authored
[releases/1.1] examples: Use nidaqmx-python prerelease on PyPI (#321)
examples: Use nidaqmx-python prerelease on PyPI (#320) Signed-off-by: Brad Keryan <brad.keryan@ni.com> (cherry picked from commit 0b2d1cd)
1 parent 093012f commit 92fc0c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/nidaqmx_analog_input/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pal
1414
mypy = ">=1.0"
1515
grpc-stubs = "^1.53"
1616
# 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"]}
17+
# nidaqmx = { git = "https://github.com/ni/nidaqmx-python.git", branch = "master", extras = ["grpc"]}
1918
# ni-measurementlink-service = {path = "../..", develop = true}
2019

2120
[build-system]

0 commit comments

Comments
 (0)