fix: add dependencies to pyproject.toml

This commit is contained in:
gac-x01da
2024-09-18 08:40:33 +02:00
committed by wakonig_k
parent 985a4228de
commit 9b9db93677

View File

@@ -12,12 +12,12 @@ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering",
] ]
dependencies = ["numpy", "scipy", "bec_lib", "h5py", "ophyd_devices"] dependencies = ["numpy ~= 1.24", "scipy", "bec_lib ~=2.31", "h5py", "ophyd_devices ~= 1.9"]
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"bec_server", "bec_server ~= 2.31",
"black", "black ~= 24.0",
"isort", "isort",
"coverage", "coverage",
"pylint", "pylint",