Shape-as-Point/environment.yml

45 lines
575 B
YAML
Raw Normal View History

2023-05-26 09:08:50 +00:00
name: sap
2023-05-26 09:08:50 +00:00
channels:
- nodefaults
2023-05-26 09:08:50 +00:00
- conda-forge
- pytorch
- nvidia
- pyg
2023-05-26 09:08:50 +00:00
dependencies:
#---# basic python
- python=3.8
- tqdm
2023-05-26 09:08:50 +00:00
- pyyaml
#---# visu
- matplotlib
#---# scientific
- numpy
2023-05-26 09:08:50 +00:00
- scipy
- trimesh
- igl
#---# pytorch
- pytorch
- pytorch-cuda=11.8
- cudatoolkit
- torchvision
- torch-scatter
2023-05-26 12:59:20 +00:00
#---# tooling (linting, typing...)
- ruff
- mypy
- black
- isort
#---# logging
- tensorboard
2023-05-26 12:59:20 +00:00
#---# pip shit
2023-05-26 09:08:50 +00:00
- pip
- pip:
2023-05-26 12:59:20 +00:00
- plyfile
- scikit-image
- python-mnist
- opencv-python
- av
- pykdtree
- ipdb