PVD/environment.yml
2023-04-11 13:50:00 +02:00

30 lines
323 B
YAML

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