Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alberta committed Jan 23, 2024
1 parent 7c09b52 commit 63dbbdf
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions easybuild/easyconfigs/f/fugue/fugue-0.8.7-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ easyblock = 'PythonBundle'
name = 'fugue'
version = '0.8.7'
homepage = 'https://github.com/fugue-project/fugue'
description = """Fugue is a unified interface for distributed computing that lets users execute Python, Pandas, and SQL code on Spark, Dask, and Ray with minimal rewrites.
description = """Fugue is a unified interface for distributed computing that
lets users execute Python, Pandas, and SQL code on Spark, Dask, and Ray with minimal rewrites.
Fugue is most commonly used for:
Parallelizing or scaling existing Python and Pandas code by bringing it to Spark, Dask, or Ray with minimal rewrites.
Using FugueSQL to define end-to-end workflows on top of Pandas, Spark, and Dask DataFrames. FugueSQL is an enhanced SQL interface that can invoke Python code.
Parallelizing or scaling existing Python and Pandas code by bringing it to
Spark, Dask, or Ray with minimal rewrites.
Using FugueSQL to define end-to-end workflows on top of Pandas, Spark, and Dask DataFrames.
FugueSQL is an enhanced SQL interface that can invoke Python code.
"""
toolchain = {'name': 'foss', 'version': '2022a'}

Expand All @@ -24,15 +27,11 @@ dependencies = [


exts_list = [
# ('scikit-base', '0.6.2', {
# 'modulename': 'skbase',
# 'checksums': ['ac7c1dd9b1006e1e466d8269074f7fb02b7f5143c615f7fdf6a1e0c7565431fe'],
# }),
('adagio', '0.2.4'),
('fugue-sql-antlr', '0.2.0'),
('antlr4-python3-runtime', '4.11.1', {
'modulename': 'antlr4',
}),
}),
('fs', '2.4.16'),
('fsspec', '2023.12.2'),
('qpd', '0.4.4'),
Expand Down

0 comments on commit 63dbbdf

Please sign in to comment.