We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbd89a commit a48b3a3Copy full SHA for a48b3a3
pyproject.toml
@@ -12,7 +12,15 @@ classifiers = [
12
"Programming Language :: Python :: 3.12",
13
]
14
description = "Accelerator Toolbox Interface for Pytac"
15
-dependencies = [] # Add project dependencies here, e.g. ["click", "numpy"]
+dependencies = [
16
+ "numpy",
17
+ "scipy",
18
+ "pytac>=0.3.0",
19
+ "accelerator-toolbox>=0.2.0",
20
+ "cothread",
21
+ "softioc",
22
+]
23
+
24
dynamic = ["version"]
25
license.file = "LICENSE"
26
readme = "README.md"
@@ -34,6 +42,7 @@ dev = [
34
42
35
43
[project.scripts]
36
44
atip = "atip.__main__:main"
45
+virtac = "virtac.__main__:main"
37
46
38
47
[project.urls]
39
48
GitHub = "https://github.com/DiamondLightSource/atip"
0 commit comments