From 3087a58521ff8af986db8e752a7bc493be27a247 Mon Sep 17 00:00:00 2001 From: Thamme Gowda Date: Sat, 14 Aug 2021 19:53:06 -0700 Subject: [PATCH] list pyspark in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3f69fc..d1e5028 100644 --- a/setup.py +++ b/setup.py @@ -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'],