Skip to content

Commit

Permalink
Merge pull request #104 from neutrons/mantid_6_10
Browse files Browse the repository at this point in the history
Update to mantid 6.10
  • Loading branch information
backmari authored Aug 13, 2024
2 parents a5adb70 + b43d80b commit 0791887
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
channels: mantid/label/nightly,conda-forge,defaults
channels: mantid/label/main,conda-forge,defaults
python-version: '3.10'
miniconda-version: latest
mamba-version: "*"
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ __pycache__/
.Python
env/
build/
conda.recipe/
develop-eggs/
dist/
downloads/
Expand All @@ -25,7 +24,6 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
conda.recipe/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requirements:
- versioningit

run:
- mantid>=6.8.20231103
- mantid=6.10.0
- matplotlib
- qtpy
- qt>=5.12,<6
Expand Down
1 change: 1 addition & 0 deletions docs/releasenotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Notes for major and minor releases. Notes for Patch releases are deferred.

**Of interest to the User**:

- PR #104: Update Mantid version to 6.10
- PR #95: Optional dead-time correction (disabled by default)

**Of interest to the Developer:**
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: quicknxs
channels:
- mantid/label/nightly
- mantid/label/main
- conda-forge
- default
dependencies:
- mantidworkbench>=6.8.20231103
- mantidworkbench=6.10.0
- anaconda-client
- boa
- build
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include_package_data = True
python_requires >= 3.10
packages = find:
install_requires =
mantid>=6.7
mantid>=6.10
matplotlib
qtpy
tests_require =
Expand Down

0 comments on commit 0791887

Please sign in to comment.