From c8e8a3604db56005632ff9958513f635e9514ab8 Mon Sep 17 00:00:00 2001 From: Lea Vauchier Date: Thu, 22 Aug 2024 11:24:17 +0200 Subject: [PATCH] Fix conda environment (error: 'build does not exist') --- environment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 1dd186c..7d8ffed 100644 --- a/environment.yml +++ b/environment.yml @@ -16,6 +16,8 @@ dependencies: - pytest - laspy - requests-mock - - build - twine - tqdm + - pip + - pip: + - build # Installed via pip after issues when creating the environment ("build does not exist")