We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1d60d commit ddde701Copy full SHA for ddde701
pyproject.toml
@@ -34,8 +34,8 @@ pyright = { version = ">=1.1.400", extras = ["nodejs"] }
34
pytest = ">=7.2"
35
pytest-cov = ">=4.0"
36
pytest-mock = ">=3.0"
37
-# Use an unreleased version of hightime for testing.
38
-hightime = { git = "https://github.com/ni/hightime.git" }
+# Use a prerelease version of hightime for testing.
+hightime = { version = ">=0.2.2", allow-prereleases = true }
39
40
[tool.poetry.group.codegen.dependencies]
41
grpcio-tools = [
@@ -61,7 +61,7 @@ optional = true
61
62
[tool.poetry.group.examples.dependencies]
63
streamlit-echarts = ">=0.4.0"
64
-nidaqmx = ">=0.8.0"
+nidaqmx = { version = ">=0.8.0", allow-prereleases = true }
65
66
[build-system]
67
requires = ["poetry-core>=1.8.0"]
0 commit comments