Skip to content

Commit

Permalink
Merge branch 'main' into snapshot_dbt_valid_to_current
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Oct 15, 2024
2 parents 80e38cc + e6e1e10 commit 46a5729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/test_python_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def model(dbt, spark):
"ResourceClass": "SingleNode"
}
},
packages=['spacy', 'torch', 'pydantic>=1.10.8']
packages=['spacy', 'torch', 'pydantic>=1.10.8', 'numpy<2']
)
data = [[1,2]] * 10
return spark.createDataFrame(data, schema=['test', 'test2'])
Expand Down

0 comments on commit 46a5729

Please sign in to comment.