Add pylance to uvx deps for lance format support
Browse files- 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)
|