Last active
August 8, 2023 05:27
-
-
Save ndgnuh/8e559322e9164fd7c729cdf681b720d7 to your computer and use it in GitHub Desktop.
requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Global packages to be installed in home directory | |
# Desktop apps | |
gdown | |
https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v3.4.1.tar.gz | |
# Installed out of convenience | |
fastapi | |
uvicorn | |
pydantic>=2 | |
lenses | |
pyrsistent | |
numpy | |
matplotlib | |
opencv-python | |
scipy | |
polars | |
# Custom packages | |
git+https://github.com/ndgnuh/torch-dev-env | |
# LSP | |
#git+https://github.com/python-lsp/python-lsp-server | |
python-lsp-server | |
pyls-isort | |
python-lsp-black | |
pynvim | |
# Torch, for LSP | |
--extra-index-url https://download.pytorch.org/whl/cpu torch>=2.0.1+cpu | |
torchvision | |
torchaudio | |
lightning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment