diff --git a/.changes/unreleased/Dependencies-20240621-122430.yaml b/.changes/unreleased/Dependencies-20240621-122430.yaml new file mode 100644 index 000000000..3408be22f --- /dev/null +++ b/.changes/unreleased/Dependencies-20240621-122430.yaml @@ -0,0 +1,6 @@ +kind: Dependencies +body: Pin numpy to be lower than 2.0 +time: 2024-06-21T12:24:30.482026-05:00 +custom: + Author: McKnight-42 + PR: "1053" diff --git a/setup.py b/setup.py index fd985eba4..135d30917 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ def _get_plugin_version_dict(): "dbt-adapters>=1.1.1,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0", + "numpy>=1.0,<2.0", ], extras_require={ "ODBC": odbc_extras,