From fca3b560385d69436006220a44a2f2c573c4eb93 Mon Sep 17 00:00:00 2001 From: VersusFacit <67295367+VersusFacit@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:38:55 -0700 Subject: [PATCH] Other version attempt. --- tests/functional/adapter/test_python_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/adapter/test_python_model.py b/tests/functional/adapter/test_python_model.py index 998a511f3..85807ccfd 100644 --- a/tests/functional/adapter/test_python_model.py +++ b/tests/functional/adapter/test_python_model.py @@ -53,7 +53,7 @@ def model(dbt, spark): "ResourceClass": "SingleNode" } }, - packages=['spacy', 'torch', 'pydantic<1.10.3', 'numpy<1.2'] + packages=['spacy', 'torch', 'pydantic<1.10.3', 'numpy<1.20'] ) data = [[1,2]] * 10 return spark.createDataFrame(data, schema=['test', 'test2'])