diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1dca94c..8def497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,11 @@ author = "Eugeniy E. Mikhailov" author-email = "eemikh@wm.edu" classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"] description-file = "README.md" +requires = [ + "numpy >=1.19.5", + "matplotlib >=3.3.4", + "pyvisa >=1.11.3", + "scipy >=1.6.0", + "pyyaml >=5.3.1", +] |