Update duckdb requirement from <=0.9.2 to <=0.10.0

Updates the requirements on [duckdb](https://github.com/duckdb/duckdb) to permit the latest version.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](https://github.com/duckdb/duckdb/compare/v0.1.0...v0.10.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/duckdb-lte-0.10.0
dependabot[bot] 10 months ago committed by GitHub
parent fbed8499da
commit ad94db3f7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml

@ -104,7 +104,7 @@ export = [
]
explorer = [
"lancedb", # vector search
"duckdb<=0.9.2", # SQL queries, duckdb==0.10.0 bug https://github.com/ultralytics/ultralytics/pull/8181
"duckdb<=0.10.0", # 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)

Loading…
Cancel
Save