Shape-as-Point/environment.yml

45 lines
575 B
YAML

name: sap
channels:
- nodefaults
- conda-forge
- pytorch
- nvidia
- pyg
dependencies:
#---# basic python
- python=3.8
- tqdm
- pyyaml
#---# visu
- matplotlib
#---# scientific
- numpy
- scipy
- trimesh
- igl
#---# pytorch
- pytorch
- pytorch-cuda=11.8
- cudatoolkit
- torchvision
- torch-scatter
#---# tooling (linting, typing...)
- ruff
- mypy
- black
- isort
#---# logging
- tensorboard
#---# pip shit
- pip
- pip:
- plyfile
- scikit-image
- python-mnist
- opencv-python
- av
- pykdtree
- ipdb