diff --git a/sail-partitioned/install b/sail-partitioned/install index 318bfadb9c..507b33f55a 100755 --- a/sail-partitioned/install +++ b/sail-partitioned/install @@ -49,5 +49,5 @@ source myenv/bin/activate # RECORD file, so `--upgrade` fails to uninstall it. `--ignore-installed` # avoids the uninstall and just lays a fresh copy in the venv. pip install --upgrade --ignore-installed setuptools wheel -pip install --no-cache-dir "pysail==0.6.6" +pip install --no-cache-dir "pysail==0.7.0" pip install "pyspark-client==4.1.1" pandas psutil diff --git a/sail/install b/sail/install index 1c3c36b39f..293d8a2470 100755 --- a/sail/install +++ b/sail/install @@ -55,5 +55,5 @@ source myenv/bin/activate # `--ignore-installed` skips the uninstall and just lays the new copy on # top, which is what we want inside this venv anyway. pip install --upgrade --ignore-installed setuptools wheel -pip install --no-cache-dir "pysail==0.6.6" +pip install --no-cache-dir "pysail==0.7.0" pip install "pyspark-client==4.1.1" pandas psutil