Shape-as-Point/environment.yml
Laurent FAINSIN ee2501d2bd update dependencies
2023-05-26 14:59:20 +02:00

36 lines
461 B
YAML

name: sap
channels:
- pytorch3d
- conda-forge
- pytorch
- defaults
dependencies:
- python
- pytorch
- torchvision
- cudatoolkit
- numpy
- matplotlib
- pyyaml
- scipy
- tqdm
- trimesh
- igl
- tensorboard
- pytorch3d
#---# tooling (linting, typing...)
- ruff
- mypy
- black
- isort
#---# pip shit
- pip
- pip:
- plyfile
- scikit-image
- python-mnist
- opencv-python
- av
- pykdtree
- ipdb