From dff5c942188f01e3e61621bff2a6a28a8473deef Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Thu, 15 Jun 2023 08:41:02 -0400 Subject: [PATCH] deleted python requirement --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 2f57c498..2e2b15d7 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.7 + - python - pip - numpy - matplotlib