Skip to content

Commit

Permalink
[FIX] required so that waveforms of strings work
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchnizer committed Feb 18, 2025
1 parent 5bdce5b commit 08a04c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ accelerator-toolbox="*"
numpy="<2.0"
pymongo="*"
lat2db="*"
softioc="*"
# waveforms of chars/strings
softioc=">4.1"

p4p="*"
bact_device_models="*"
pandas="*"
Expand All @@ -45,4 +47,4 @@ sphinx-rtd-theme = { version = "1.0.0", optional = true }
sphinxcontrib-napoleon = { version = "0.7", optional = true }

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

0 comments on commit 08a04c8

Please # to comment.