Pin duckdb<=0.9.2 to avoid 0.10.0 errors (#8181)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
78f7e475fa
commit
79e0d59eeb
2 changed files with 3 additions and 3 deletions
|
|
@ -104,12 +104,11 @@ export = [
|
|||
]
|
||||
explorer = [
|
||||
"lancedb", # vector search
|
||||
"duckdb", # SQL queries, supports lancedb tables
|
||||
"duckdb<=0.9.2", # SQL queries, duckdb==0.10.0 bug https://github.com/ultralytics/ultralytics/pull/8181
|
||||
"streamlit", # visualizing with GUI
|
||||
]
|
||||
# tensorflow>=2.4.1,<=2.13.1 # TF exports (-cpu, -aarch64, -macos)
|
||||
# tflite-support # for TFLite model metadata
|
||||
# scikit-learn==0.19.2 # CoreML quantization
|
||||
# nvidia-pyindex # TensorRT export
|
||||
# nvidia-tensorrt # TensorRT export
|
||||
logging = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue