PointMLP/environment.yml

34 lines
407 B
YAML
Raw Normal View History

2023-08-03 14:38:02 +00:00
name: pointmlp
2023-08-03 12:11:24 +00:00
2022-05-13 17:06:35 +00:00
channels:
- pytorch
- nvidia
2023-08-03 14:38:02 +00:00
- conda-forge
2023-08-03 12:11:24 +00:00
2022-05-13 17:06:35 +00:00
dependencies:
2023-08-03 14:38:02 +00:00
#---# basic python
- pytorch
- tqdm
- numpy
- scipy
- scikit-learn
#---# file readers
- h5py
- pyyaml
#---# tooling (linting, typing...)
- ruff
- mypy
- black
- isort
#---# visu
- matplotlib
#---# pytorch
2023-08-03 12:11:24 +00:00
- cudatoolkit
- cycler
- einops
- torchvision
2023-08-03 14:38:02 +00:00
2022-05-13 17:06:35 +00:00
- pip
- pip:
- pointnet2_ops_lib/.