Skip to content

Commit

Permalink
deps: update nims dependency in the new multiplexer example (#637)
Browse files Browse the repository at this point in the history
* deps: update nims dependency

* fix: add proper key
  • Loading branch information
jayaseelan-james authored Mar 5, 2024
1 parent 7deeece commit 896e4c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["National Instruments"]
python = "^3.8"
nidcpower = { version = ">=1.4.4", extras = ["grpc"] }
niswitch = { version = ">=1.4.4", extras = ["grpc"] }
# ni-measurementlink-service = {version = "^1.4.0"}
ni-measurementlink-service = {version = "^1.4.0-dev0", allow-prereleases = true}
click = ">=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
grpcio = "*"

Expand All @@ -19,7 +19,7 @@ grpc-stubs = "^1.53"
# Uncomment to use prerelease dependencies.
# nidcpower = { git = "https://github.com/ni/nimi-python.git", subdirectory = "generated/nidcpower"}
# niswitch = { git = "https://github.com/ni/nimi-python.git", subdirectory = "generated/niswitch"}
ni-measurementlink-service = {path = "../..", develop = true}
# ni-measurementlink-service = {path = "../..", develop = true}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 896e4c6

Please sign in to comment.