batdetect2/environment.yml
2023-02-21 09:20:57 +00:00

18 lines
228 B
YAML

name: batdetect2
channels:
- defaults
- conda-forge
- pytorch
- nvidia
dependencies:
- python==3.10
- matplotlib
- pandas
- scikit-learn
- numpy
- pytorch
- scipy
- torchvision
- librosa
- torchaudio