File tree Expand file tree Collapse file tree
nidcpower_source_dc_voltage_with_multiplexer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = ["National Instruments"]
99python = " ^3.8"
1010nidcpower = { version = " >=1.4.4" , extras = [" grpc" ] }
1111niswitch = { version = " >=1.4.4" , extras = [" grpc" ] }
12- ni-measurementlink-service = {version = " ^1.4.0-dev0 " , allow-prereleases = true }
12+ ni-measurementlink-service = {version = " ^1.4.0" }
1313click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1414grpcio = " *"
1515
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010niscope = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurementlink-service = {version = " ^1.4.0-dev1 " , allow-prereleases = true }
11+ ni-measurementlink-service = {version = " ^1.4.0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = ["National Instruments"]
88[tool .poetry .dependencies ]
99python = " ^3.8"
1010niswitch = { version = " >=1.4.4" , extras = [" grpc" ] }
11- ni-measurementlink-service = {version = " ^1.4.0-dev0 " , allow-prereleases = true }
11+ ni-measurementlink-service = {version = " ^1.4.0" }
1212click = " >=7.1.2, !=8.1.4" # mypy fails with click 8.1.4: https://github.com/pallets/click/issues/2558
1313grpcio = " *"
1414
You can’t perform that action at this time.
0 commit comments