Fixing bug

This commit is contained in:
araison 2024-01-22 00:49:37 +01:00
parent 8f9a4d159f
commit 335b68252d

View File

@ -8,3 +8,8 @@ function install {
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" "hydra" "lightning" "virtualenv")
for package in $python_packages
do
pip3 install ${package}
done