Fixing bug
This commit is contained in:
parent
8f9a4d159f
commit
335b68252d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user