diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 513889d..3c8b64b 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.2", "universal_tsdb >=0.1.1", "cachetools >=5.0.0", ] |