PVD/environment.yml

34 lines
382 B
YAML
Raw Normal View History

2023-04-06 07:24:37 +00:00
name: PVD
channels:
- nodefaults
- drti
- pytorch
- nvidia
- conda-forge
- pyg
2023-04-13 14:21:27 +00:00
- HuggingFace
2023-04-06 07:24:37 +00:00
dependencies:
2023-04-13 14:21:27 +00:00
#---# compiler
- ninja
#---# python libs
2023-04-06 07:24:37 +00:00
- python
- pytorch
- torchvision
- cudatoolkit
- matplotlib
- tqdm
- trimesh
- scipy
2023-04-06 14:18:47 +00:00
- scikit-learn
- pyvista
2023-04-11 15:32:30 +00:00
- h5py
- datasets
#---# toolings
2023-04-11 09:12:47 +00:00
- ruff
- mypy
- black
- isort
- bandit