29 lines
314 B
YAML
29 lines
314 B
YAML
name: PVD
|
|
|
|
channels:
|
|
- nodefaults
|
|
- drti
|
|
- pytorch
|
|
- nvidia
|
|
- conda-forge
|
|
- pyg
|
|
|
|
dependencies:
|
|
- python
|
|
- pytorch
|
|
- torchvision
|
|
- cudatoolkit
|
|
- matplotlib
|
|
- tqdm
|
|
- trimesh
|
|
- scipy
|
|
- scikit-learn
|
|
- pyvista
|
|
- datasets
|
|
#---# toolings
|
|
- ruff
|
|
- mypy
|
|
- black
|
|
- isort
|
|
- bandit
|