Skip to content

Commit 08a04c8

Browse files
committed
[FIX] required so that waveforms of strings work
1 parent 5bdce5b commit 08a04c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ accelerator-toolbox="*"
2626
numpy="<2.0"
2727
pymongo="*"
2828
lat2db="*"
29-
softioc="*"
29+
# waveforms of chars/strings
30+
softioc=">4.1"
31+
3032
p4p="*"
3133
bact_device_models="*"
3234
pandas="*"
@@ -45,4 +47,4 @@ sphinx-rtd-theme = { version = "1.0.0", optional = true }
4547
sphinxcontrib-napoleon = { version = "0.7", optional = true }
4648

4749
[tool.poetry.extras]
48-
docs = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-napoleon"]
50+
docs = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-napoleon"]

0 commit comments

Comments
 (0)