Skip to content

Commit

Permalink
fix numpy for target-snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 10, 2024
1 parent 3942fcc commit 8e7564f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions singer-connectors/target-snowflake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
python_requires='>=3.7',
install_requires=[
'pipelinewise-singer-python==2.*',
'numpy==1.26.4', # numpy 2.X is not compatible with our used pandas
'snowflake-connector-python[pandas]==3.0.4',
'inflection==0.5.1',
'joblib==1.2.0',
Expand Down

0 comments on commit 8e7564f

Please sign in to comment.