Skip to content

Commit bc35bf3

Browse files
authored
Update min required dlt version (#77)
This fixed issues with local development
2 parents 8ea6db3 + 34e3a8a commit bc35bf3

2 files changed

Lines changed: 206 additions & 114 deletions

File tree

pipeline/pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
name = "nf-core-stats"
33
version = "0.1.0"
44
description = "DLT pipeline for nf-core stats collection"
5-
authors = [
6-
{ name = "nf-core team" }
7-
]
5+
authors = [{ name = "nf-core team" }]
86
dependencies = [
9-
"dlt[cli,duckdb,motherduck]>=1.4.1",
7+
"dlt[cli,duckdb,motherduck]>=1.17.1",
108
"python-dotenv==1.1.1",
119
"requests>=2.31.0",
1210
"slack-sdk>=3.33.5",
1311
]
14-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1513

1614
[project.scripts]
1715
slack = "python slack_pipeline.py"
@@ -20,7 +18,7 @@ twitter = "python twitter_pipeline.py"
2018

2119
[tool.ruff]
2220
line-length = 120
23-
target-version = "py39"
21+
target-version = "py310"
2422

2523
[tool.ruff.lint]
26-
select = ["I", "E1", "E4", "E7", "E9", "F", "UP", "N"]
24+
select = ["I", "E1", "E4", "E7", "E9", "F", "UP", "N"]

0 commit comments

Comments
 (0)