-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from EJOOSTEROP/updt_dickdb_versionb
Ready for DuckDB v1 (and MotherDuck)
- Loading branch information
Showing
9 changed files
with
608 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ disallow_incomplete_defs = true | |
|
||
[tool.poetry] | ||
name = "ternyxmimosa" | ||
version = "0.4.6" | ||
version = "0.5.0" | ||
description = "A minimal modern data stack with working data pipelines in a single Docker container." | ||
authors = ["Erik Oosterop <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -33,7 +33,7 @@ packages = [ { include = "mimosa", from = "src" } ] | |
python = ">=3.11,<3.13" | ||
python-dotenv = "^1.0.0" | ||
loguru = "^0.7.2" | ||
pandas = "2.0.3" | ||
pandas = "^2.2.2" | ||
streamlit = "^1.26.0" | ||
dlt = {extras = ["cli", "filesystem", "motherduck", "parquet"], version = "^0.4.4"} | ||
sentry-sdk = "^1.40.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.