Skip to content

Commit bca6c3e

Browse files
authored
examples: Allow newer nimi-python version (#142)
* examples: Allow newer nimi-python * ni-measurement-service: Remove nidcpower dev dependency * ni-measurement-service: Rerun poetry lock
1 parent b922af7 commit bca6c3e

8 files changed

Lines changed: 89 additions & 131 deletions

File tree

examples/nidcpower_source_dc_voltage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
nidcpower = "1.4.1"
9+
nidcpower = ">=1.4.1"
1010
ni-measurement-service = "*"
1111
click = ">=7.1.2"
1212

examples/nidcpower_source_dc_voltage_with_labview_ui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
nidcpower = "1.4.1"
9+
nidcpower = ">=1.4.1"
1010
ni-measurement-service = "*"
1111
click = ">=7.1.2"
1212

examples/nidmm_measurement/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
nidmm = "1.4.1"
9+
nidmm = ">=1.4.1"
1010
ni-measurement-service = "*"
1111
click = ">=7.1.2"
1212

examples/nifgen_standard_function/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
nifgen = "1.4.1"
9+
nifgen = ">=1.4.1"
1010
ni-measurement-service = "*"
1111
click = ">=7.1.2"
1212

examples/niscope_acquire_waveform/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
niscope = "1.4.1"
9+
niscope = ">=1.4.1"
1010
ni-measurement-service = "*"
1111
click = ">=7.1.2"
1212

examples/niswitch_control_relays/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["National Instruments"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
niswitch = "1.4.1"
9+
niswitch = ">=1.4.1"
1010
ni-measurement-service = "*"
1111
click = ">=7.1.2"
1212

0 commit comments

Comments
 (0)