We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545f352 commit 34c28eeCopy full SHA for 34c28ee
pyproject.toml
@@ -17,7 +17,7 @@ readme = "README.md"
17
dynamic = ["version"]
18
19
dependencies = [
20
- "aind_behavior_services<0.11",
+ "aind_behavior_services>=0.11",
21
"numpy",
22
"pillow"
23
]
@@ -30,7 +30,7 @@ Changelog = "https://github.com/AllenNeuralDynamics/Aind.Behavior.Telekinesis/re
30
31
[project.optional-dependencies]
32
33
-launcher = ["aind_behavior_experiment_launcher[aind-services]"]
+launcher = ["aind_behavior_experiment_launcher[aind-services] @ git+https://github.com/AllenNeuralDynamics/Aind.Behavior.ExperimentLauncher@v0.5.0rc1"]
34
35
dev = [
36
"aind_behavior_telekinesis[launcher]",
0 commit comments