Skip to content

Commit

Permalink
Remove pyspark. It conflicts with databricks-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohanzhan-db committed Jan 10, 2024
1 parent ba2dbc2 commit 88cad19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/data_prep/convert_delta_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,3 @@ def fetch_DT(args: Namespace) -> None:
tik = time.time()
fetch_DT(args)
log.info('Elapsed time', time.time() - tik)
print('Elapsed time', time.time() - tik)
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
'databricks-sql-connector>=3,<4',
'databricks-connect==14.1.0',
'lz4>=4,<5',
'pyspark>=3,<4',
]

extra_deps['tensorboard'] = [
Expand Down

0 comments on commit 88cad19

Please sign in to comment.