PointMLP/environment.yml

24 lines
297 B
YAML
Raw Normal View History

2022-05-13 17:06:35 +00:00
name: pointmlp
2023-08-03 12:11:24 +00:00
2022-05-13 17:06:35 +00:00
channels:
- pytorch
- nvidia
- conda-forge
2023-08-03 12:11:24 +00:00
2022-05-13 17:06:35 +00:00
dependencies:
2023-08-03 12:11:24 +00:00
- cudatoolkit
- cycler
- einops
- h5py
- matplotlib
- numpy
- pytorch
- pyyaml
- scikit-learn
- scipy
- torchvision
- tqdm
2022-05-13 17:06:35 +00:00
- pip
- pip:
- pointnet2_ops_lib/.