From 3dbda7e5e077ec7a81217d9223590f08c6bda3a9 Mon Sep 17 00:00:00 2001 From: Martin Uribe Date: Thu, 24 Nov 2022 22:39:27 -0600 Subject: [PATCH] Rename environment.yaml to environment.yml When you run `conda env create`, conda automatically looks for `environment.yml`. With `.yaml`, you will have to specify the file name manually. --- environment.yaml => environment.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename environment.yaml => environment.yml (100%) diff --git a/environment.yaml b/environment.yml similarity index 100% rename from environment.yaml rename to environment.yml