Skip to content

Commit

Permalink
Changed <= to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlag committed Oct 12, 2022
1 parent 56c313a commit 156343b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pyarrow<=9.0.0",
"pyspark>=3.1.2",
"python-snappy<=0.6.1",
"deltalake=0.6.2",
"deltalake>=0.6.2",
"graphlib_backport<=1.0.3",
"protobuf==3.*",
"confluent-kafka<=1.9.2",
Expand Down

0 comments on commit 156343b

Please sign in to comment.