From 9cf4df169f2dce8fcf09ad8fb593dcb15d23ce4d Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 27 Aug 2024 08:16:19 -0700 Subject: [PATCH] Replace `build` for `python-build` in environment.yml The `build` package in `conda-forge` is outdated, `python-build` should be used instead. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5274b2a..ca823e7 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - numpy - numba # Build - - build + - python-build - twine # Test - pytest