JupyterLab Cleaning up site-packages directory

Hello, We have around 20 users using JupyterLab v2.2.8 and the below mentioned directory is eating up around 50GB of space and the system is running into disk space issues. We generally install packages related to Spark or Machine learning.

I suspect the below files/folders which start with “~” sign (tilde) are temporary or created with virtual environments. Will it be safe to delete these files as they take 100s of MBs?

ls /opt/jupyterhub/lib/python3.7/site-packages/
Boruta-0.3.dist-info                              notebook-6.1.4.dist-info                 ~%9py                          ~.5rrow-0.14.1.dist-info       ~89py
Crypto                                            numba                                    ~%9rrow                        ~.5rrow-0.16.0.dist-info       ~89rrow
Cython                                            numba-0.52.0.dist-info                   ~%arrow                        ~.6py                          ~8arrow
Cython-0.29.21.dist-info                          numpy                                    ~%arrow-0.14.1.dist-info       ~.6py-1.16.3.dist-info         ~8arrow-0.14.1.dist-info


ls /opt/jupyterhub/lib/python3.7/site-packages/~-0oost/lib/libxgboost.so
-rwxr-xr-x 1 user1 user1 488M May  7 17:10 /opt/jupyterhub/lib/python3.7/site-packages/~-0oost/lib/libxgboost.so

ls -lh /opt/jupyterhub/lib/python3.7/site-packages/~7boost/lib/libxgboost.so
-rwxr-xr-x 1 user1 user1 453M Jan 18 09:11 /opt/jupyterhub/lib/python3.7/site-packages/~7boost/lib/libxgboost.so

This link suggests these are temp files and safe to delete.