Initial commit
This commit is contained in:
commit
56ed33c8f7
19 changed files with 151 additions and 0 deletions
10
setup/programs/others/python3-libs/packages.sh
Normal file
10
setup/programs/others/python3-libs/packages.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
echo "Upgrading python3-pip"
|
||||
python3 -m pip install --upgrade pip
|
||||
|
||||
function install {
|
||||
echo "Installing: ${1}..."
|
||||
pip3 install ${1}
|
||||
}
|
||||
|
||||
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue