Skip to content

Commit ddde701

Browse files
committed
pyproject.toml: Use pre-release builds of hightime and nidaqmx
1 parent 2b1d60d commit ddde701

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ pyright = { version = ">=1.1.400", extras = ["nodejs"] }
3434
pytest = ">=7.2"
3535
pytest-cov = ">=4.0"
3636
pytest-mock = ">=3.0"
37-
# Use an unreleased version of hightime for testing.
38-
hightime = { git = "https://github.com/ni/hightime.git" }
37+
# Use a prerelease version of hightime for testing.
38+
hightime = { version = ">=0.2.2", allow-prereleases = true }
3939

4040
[tool.poetry.group.codegen.dependencies]
4141
grpcio-tools = [
@@ -61,7 +61,7 @@ optional = true
6161

6262
[tool.poetry.group.examples.dependencies]
6363
streamlit-echarts = ">=0.4.0"
64-
nidaqmx = ">=0.8.0"
64+
nidaqmx = { version = ">=0.8.0", allow-prereleases = true }
6565

6666
[build-system]
6767
requires = ["poetry-core>=1.8.0"]

0 commit comments

Comments
 (0)