Skip to content

Commit dbe1e04

Browse files
authored
Set numpy as manually listed dependency but as unspecified range
Keep numpy as a manually listed dependency (even though it should be a downstream dependency of dbt-core which is already listed) but unlimit it by giving it an any specifier.
1 parent 888f4eb commit dbe1e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ networkx = ">=2.3,<3"
3232
packaging = ">=20.9"
3333
azure-storage-blob = ">=12.11.0"
3434
pymsteams = ">=0.2.2,<1.0.0"
35+
numpy = "*"
3536
tabulate = ">= 0.9.0"
3637
pytz = ">= 2025.1"
3738

0 commit comments

Comments
 (0)