Skip to content

Commit 896e4c6

Browse files
deps: update nims dependency in the new multiplexer example (#637)
* deps: update nims dependency * fix: add proper key
1 parent 7deeece commit 896e4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/nidcpower_source_dc_voltage_with_multiplexer/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["National Instruments"]
88
python = "^3.8"
99
nidcpower = { version = ">=1.4.4", extras = ["grpc"] }
1010
niswitch = { 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}
1212
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313
grpcio = "*"
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]
2525
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)