From 26e41b9955a2f94a89bd10a02d26a9e91b0c7a9b Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Fri, 30 Jun 2023 16:57:23 -0500 Subject: [PATCH] examples: Use nidaqmx-python prerelease on PyPI (#320) Signed-off-by: Brad Keryan (cherry picked from commit 0b2d1cd352197137698c2aca92bf0ca43bcc640c) --- examples/nidaqmx_analog_input/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/nidaqmx_analog_input/pyproject.toml b/examples/nidaqmx_analog_input/pyproject.toml index 22ef8ab67..e64e8b42b 100644 --- a/examples/nidaqmx_analog_input/pyproject.toml +++ b/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 mypy = ">=1.0" grpc-stubs = "^1.53" # Uncomment to use prerelease dependencies. -# TODO: Comment out once a prerelease is built. -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"]} # ni-measurementlink-service = {path = "../..", develop = true} [build-system]