Skip to content

Commit

Permalink
Conda forge has removed build in favor of python-build (#108)
Browse files Browse the repository at this point in the history
* conda forge has removed build in favor of python-build
* add release note
  • Loading branch information
backmari authored Dec 6, 2024
1 parent 4dcb9b5 commit 6751a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/releasenotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- mantidworkbench=6.10.0
- anaconda-client
- boa
- build
- codecov
- conda-build
- conda-verify
Expand All @@ -20,6 +19,7 @@ dependencies:
- pytest-cov
- pytest-mock
- pytest-xvfb
- python-build
- sphinx
- sphinx_rtd_theme
- toml
Expand Down

0 comments on commit 6751a4d

Please sign in to comment.