diff --git a/pyproject.toml b/pyproject.toml index 29b5931..3a3cff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -dependencies = ['matplotlib', +dependencies = ['matplotlib==3.9.0', 'numpy', 'scipy', 'pyyaml',