diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ca0606f..8c74606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires = [ "pyvisa >=1.11.3", "scipy >=1.6.0", "pyyaml >=5.3.1", - "justpy == 0.2.2", + "justpy >= 0.2.3", "starlette == 0.17.1", "universal_tsdb >=0.1.1", "cachetools >=5.0.0", |