Skip to content

Commit

Permalink
Update duckdb requirement from <=0.9.2 to <=0.10.3
Browse files Browse the repository at this point in the history
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](duckdb/duckdb@v0.1.0...v0.10.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 23, 2024
1 parent 1e9a7d6 commit cc39e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3", # 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)
Expand Down

0 comments on commit cc39e7d

Please sign in to comment.