mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02:00
added a conda environment file to ease conda installation
This commit is contained in:
parent
7f2580bb93
commit
0320d4c57f
17
environment.yml
Normal file
17
environment.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: batdetect2
|
||||||
|
channels:
|
||||||
|
- defaults
|
||||||
|
- conda-forge
|
||||||
|
- pytorch
|
||||||
|
- nvidia
|
||||||
|
dependencies:
|
||||||
|
- python==3.10
|
||||||
|
- matplotlib
|
||||||
|
- pandas
|
||||||
|
- scikit-learn
|
||||||
|
- numpy
|
||||||
|
- pytorch
|
||||||
|
- scipy
|
||||||
|
- torchvision
|
||||||
|
- librosa
|
||||||
|
- torchaudio
|
Loading…
Reference in New Issue
Block a user