From d8ece1e05cd1f54e23b116446405d1408e9a391d Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 27 Aug 2024 08:17:45 -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 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