From 6751a4df7362871af8b53a95628cbe97068ff163 Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Fri, 6 Dec 2024 08:06:05 -0500 Subject: [PATCH] Conda forge has removed build in favor of python-build (#108) * conda forge has removed build in favor of python-build * add release note --- docs/releasenotes/index.rst | 3 ++- environment.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index 2d9589d..3595e15 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -12,13 +12,14 @@ Notes for major and minor releases. Notes for Patch releases are deferred. **Of interest to the User**: -- PR #91: Add ability to reduce multiple samples from the same run - PR #104: Update Mantid version to 6.10 - PR #95: Optional dead-time correction (disabled by default) +- PR #91: Add ability to reduce multiple samples from the same run **Of interest to the Developer:** - PR #109: Add test fixture that fixes tests changing settings in ~/.config/.refredm.conf +- PR #108: Replace build with python-build in environment.yml - PR #106: Enable tests using the data repo git LFS files in the CI pipeline - PR #XYZ: one-liner description diff --git a/environment.yml b/environment.yml index d615136..499a5c8 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,6 @@ dependencies: - mantidworkbench=6.10.0 - anaconda-client - boa -- build - codecov - conda-build - conda-verify @@ -20,6 +19,7 @@ dependencies: - pytest-cov - pytest-mock - pytest-xvfb +- python-build - sphinx - sphinx_rtd_theme - toml