Shape-as-Point/environment.yml

36 lines
461 B
YAML
Raw Normal View History

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