PVD/environment.yml
2023-04-13 16:21:27 +02:00

34 lines
382 B
YAML

name: PVD
channels:
- nodefaults
- drti
- pytorch
- nvidia
- conda-forge
- pyg
- HuggingFace
dependencies:
#---# compiler
- ninja
#---# python libs
- python
- pytorch
- torchvision
- cudatoolkit
- matplotlib
- tqdm
- trimesh
- scipy
- scikit-learn
- pyvista
- h5py
- datasets
#---# toolings
- ruff
- mypy
- black
- isort
- bandit