Skip to content

Commit bd9ead1

Browse files
committed
Update dependencies and regenerate
1 parent 448c437 commit bd9ead1

File tree

3 files changed

+140
-133
lines changed

3 files changed

+140
-133
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Changelog = "https://github.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/rel
3131
data = ["contraqctor>=0.5.3, <0.6.0"]
3232

3333
launcher = [
34-
#"aind-clabe[aind-services] >0.8 ,<0.10.0",
35-
"aind-clabe[aind-services] @git+https://github.com/AllenNeuralDynamics/clabe.git@development",
34+
"aind-clabe[aind-services]>=0.9",
3635
"aind-data-schema>=2",
3736
"aind_behavior_vr_foraging[data]",
3837
]

src/Extensions/AindBehaviorVrForaging.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ public partial class AindVrForagingRig
954954

955955
public AindVrForagingRig()
956956
{
957-
_aindBehaviorServicesPkgVersion = "0.12.3";
957+
_aindBehaviorServicesPkgVersion = "0.12.5";
958958
_version = "0.6.2-rc3";
959959
_triggeredCameraController = new CameraControllerSpinnakerCamera();
960960
_harpBehavior = new HarpBehavior();

0 commit comments

Comments
 (0)