From ad2b46b50e6ddba50d1788c67557ed60a1398aae Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Wed, 13 Sep 2023 12:55:55 -0600 Subject: [PATCH] Environment changes for v20 branch - change the name of the environment to `python-awips-beta20` - remove the python-awips package from the environment, because it needs to be installed from the local source code --- environment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 9d19248..4d6ca9a 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ - name: python3-awips + name: python-awips-beta20 channels: - https://conda.anaconda.org/conda-forge dependencies: @@ -24,5 +24,4 @@ - six - pip - jupyter_contrib_nbextensions - - python-awips