mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
35 lines
444 B
YAML
35 lines
444 B
YAML
name: qcav
|
|
|
|
channels:
|
|
- nodefaults
|
|
- pytorch
|
|
- nvidia
|
|
- conda-forge
|
|
|
|
dependencies:
|
|
# basic python
|
|
- rich
|
|
# science
|
|
- numpy
|
|
- scipy
|
|
- opencv
|
|
# pytorch
|
|
- pytorch
|
|
- torchvision
|
|
- torchaudio
|
|
- pytorch-cuda=11.8
|
|
- pytorch-lightning
|
|
# deep learning libraries
|
|
- transformers
|
|
- datasets
|
|
- timm
|
|
# dev tools
|
|
- ruff
|
|
- isort
|
|
- mypy
|
|
- pre-commit
|
|
# logging
|
|
- tensorboard
|
|
# visualization
|
|
- matplotlib
|