2024-01-21 17:22:26 +00:00
|
|
|
echo "Upgrading python3-pip"
|
|
|
|
python3 -m pip install --upgrade pip
|
|
|
|
|
|
|
|
function install {
|
|
|
|
echo "Installing: ${1}..."
|
|
|
|
pip3 install ${1}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-01-21 18:41:43 +00:00
|
|
|
python_packages = (numpy matplotlib scipy seaborn django torch torchvision torchaudio networkx Faker torch-cluster torch-geometric torch-scatter torch-sparse torch-spline-conv tqdm yapf yt-dlp scikit-learn scikit-image pandas 'python3-lsp-server[all]' pynvim pylsp-mypy python-lsp-isort python-lsp-black pylint flake8)
|