Skip to content

Commit

Permalink
fix dagster-ge library (#7369)
Browse files Browse the repository at this point in the history
  • Loading branch information
prha committed Apr 8, 2022
1 parent 60840ac commit bdd4dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_modules/libraries/dagster-ge/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def get_version() -> str:
install_requires=[
f"dagster{pin}",
f"dagster-pandas{pin}",
"dataclasses; python_version < '3.7'",
"pandas",
"great_expectations >=0.11.9, !=0.12.8, !=0.13.17, !=0.13.27",
],
Expand Down

0 comments on commit bdd4dd7

Please sign in to comment.