PointMLP/environment.yml
2023-08-03 14:11:24 +02:00

24 lines
297 B
YAML

name: pointmlp
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- cudatoolkit
- cycler
- einops
- h5py
- matplotlib
- numpy
- pytorch
- pyyaml
- scikit-learn
- scipy
- torchvision
- tqdm
- pip
- pip:
- pointnet2_ops_lib/.