Skip to content

Commit

Permalink
fix(ci): restrict GE to fix build issues (datahub-project#6967)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and david-leifker committed Jan 6, 2023
1 parent 07c75fe commit a8f3df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_long_description():
# Required for all SQL sources.
"sqlalchemy>=1.3.24, <2",
# Required for SQL profiling.
"great-expectations>=0.15.12",
"great-expectations>=0.15.12, <=0.15.41",
# scipy version restricted to reduce backtracking, used by great-expectations,
"scipy>=1.7.2",
# GE added handling for higher version of jinja2
Expand Down

0 comments on commit a8f3df5

Please sign in to comment.