Skip to content

Commit

Permalink
list pyspark in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thammegowda committed Aug 15, 2021
1 parent 8e7dd7a commit 3087a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'torch >= 1.8.0',
'sacremoses >= 0.0.45',
'portalocker >= 2.0.0',
'torchtext >= 0.10.0'
'torchtext >= 0.10.0',
'pyspark >= 3.0.0'
],
extra_requires={
'big': ['pyspark >= 3.0'],
Expand Down

0 comments on commit 3087a58

Please sign in to comment.