From 2dcf3dbbd06f900cbe25b09e87d640356809fe1d Mon Sep 17 00:00:00 2001 From: Edward Evans Date: Fri, 23 Aug 2024 13:17:12 -0500 Subject: [PATCH] Move build dependency to pip section Because we are no longer using the anaconda default channel we need to obtain build from pypi. --- dev-environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-environment.yml b/dev-environment.yml index 0f58783b..6d79470a 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -29,7 +29,6 @@ dependencies: - pandas # Developer tools - assertpy - - build - pytest - pytest-cov - ruff @@ -38,4 +37,5 @@ dependencies: - pip - pip: - git+https://github.com/ninia/jep.git@cfca63f8b3398daa6d2685428660dc4b2bfab67d + - build - -e .