From 0320d4c57fee85c22aca45f6c2365587fea39419 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Tue, 21 Feb 2023 09:20:57 +0000 Subject: [PATCH] added a conda environment file to ease conda installation --- environment.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 environment.yml 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