diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..a21373e --- /dev/null +++ b/environment.yml @@ -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