Skip to content

Instantly share code, notes, and snippets.

@ndgnuh
Last active August 8, 2023 05:27
Show Gist options
  • Save ndgnuh/8e559322e9164fd7c729cdf681b720d7 to your computer and use it in GitHub Desktop.
Save ndgnuh/8e559322e9164fd7c729cdf681b720d7 to your computer and use it in GitHub Desktop.
requirements.txt
# 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