PVD/environment.yml
2023-04-11 11:12:47 +02:00

26 lines
298 B
YAML

name: PVD
channels:
- nodefaults
- drti
- pytorch
- nvidia
- conda-forge
- pyg
dependencies:
- python
- pytorch
- torchvision
- cudatoolkit
- matplotlib
- tqdm
- trimesh
- scipy
- scikit-learn
#---# tooling (linting, typing...)
- ruff
- mypy
- black
- isort