File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/nidcpower_source_dc_voltage_with_multiplexer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88python = " ^3.8"
99nidcpower = { version = " >=1.4.4" , extras = [" grpc" ] }
1010niswitch = { version = " >=1.4.4" , extras = [" grpc" ] }
11- # ni-measurementlink-service = {version = "^1.4.0" }
11+ ni-measurementlink-service = {version = " ^1.4.0-dev0 " , allow-prereleases = true }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
@@ -19,7 +19,7 @@ grpc-stubs = "^1.53"
1919# Uncomment to use prerelease dependencies.
2020# nidcpower = { git = "https://github.com/ni/nimi-python.git", subdirectory = "generated/nidcpower"}
2121# niswitch = { git = "https://github.com/ni/nimi-python.git", subdirectory = "generated/niswitch"}
22- ni-measurementlink-service = {path = " ../.." , develop = true }
22+ # ni-measurementlink-service = {path = "../..", develop = true}
2323
2424[build-system ]
2525requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments