From f2c634ee7ee45d349fba7ca541a9401687d9e1da Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Thu, 5 Sep 2024 13:26:35 -0700 Subject: [PATCH] Replace `build` for `python-build` in environment.yml (#431) 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 6b7277db..125bbb77 100644 --- a/environment.yml +++ b/environment.yml @@ -15,7 +15,7 @@ dependencies: - python-xxhash>=1.4.3 # in conda-forge python-xxhash is the python pkg - xxhash # this is the xxHash library in conda-forge # Build - - build + - python-build # Test - pytest - pytest-cov