davanstrien HF Staff commited on
Commit
9ccbef9
·
verified ·
1 Parent(s): fd044fe

Add pylance to uvx deps for lance format support

Browse files
Files changed (1) hide show
  1. atlas-export-remote.py +2 -0
atlas-export-remote.py CHANGED
@@ -153,6 +153,8 @@ def build_atlas_command(args, data_repo_id: str) -> Tuple[list, str]:
153
  "uvx",
154
  "--with",
155
  "datasets",
 
 
156
  "embedding-atlas>=0.18.0",
157
  ]
158
  cmd.extend(args.inputs)
 
153
  "uvx",
154
  "--with",
155
  "datasets",
156
+ "--with",
157
+ "pylance",
158
  "embedding-atlas>=0.18.0",
159
  ]
160
  cmd.extend(args.inputs)