Unverified Commit 9b1265ed authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Fix planner dependency import when running dynamo CLI (#1416)

parent 47c3dad7
...@@ -31,6 +31,8 @@ dependencies = [ ...@@ -31,6 +31,8 @@ dependencies = [
"ai-dynamo-runtime==0.3.0", "ai-dynamo-runtime==0.3.0",
"fastapi==0.115.6", "fastapi==0.115.6",
"distro", "distro",
# filelock: required by planner
"filelock",
"typer", "typer",
"circus==0.19.0", "circus==0.19.0",
"click<8.2.0", "click<8.2.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment