Skip to content

Commit

Permalink
Merge pull request #27536 from loganharbour/27535_uncertainties
Browse files Browse the repository at this point in the history
Add uncertainties to moose-tools
  • Loading branch information
cticenhour authored May 3, 2024
2 parents 31e040e + 005d643 commit 85f138a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/moose-dev/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ moose_wasp:
- moose-wasp 2024.04.23

moose_tools:
- moose-tools 2024.04.12
- moose-tools 2024.05.02

moose_peacock:
- moose-peacock 2023.04.11
2 changes: 1 addition & 1 deletion conda/moose-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# framework/doc/packages_config.yml
#
# As well as any directions pertaining to modifying those files.
{% set version = "2024.04.23" %}
{% set version = "2024.05.02" %}

package:
name: moose-dev
Expand Down
2 changes: 1 addition & 1 deletion conda/moose/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
moose_dev:
- moose-dev 2024.04.23
- moose-dev 2024.05.02

#### Darwin SDK SYSROOT
CONDA_BUILD_SYSROOT: # [osx]
Expand Down
3 changes: 2 additions & 1 deletion conda/tools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# framework/doc/packages_config.yml
#
# As well as any directions pertaining to modifying those files.
{% set version = "2024.04.12" %}
{% set version = "2024.05.02" %}

package:
name: moose-tools
Expand Down Expand Up @@ -59,6 +59,7 @@ requirements:
- setuptools
- sympy
- tabulate
- uncertainties
- xmltodict
- yaml
# TODO: Try to remove when this version settles down among other conda-forge packages
Expand Down
4 changes: 2 additions & 2 deletions framework/doc/packages_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ maximum_python: 3.11
mpich: 4.0.2
petsc_alt: 3.11.4
petsc: 3.20.3
moose_dev: 2024.04.23
moose_tools: 2024.03.07
moose_dev: 2024.05.02
moose_tools: 2024.05.02
apptainer_rockylinux: 8.8.20230518
apptainer_mpich: 3.4.3
apptainer_gcc: 12.2.1
Expand Down
6 changes: 6 additions & 0 deletions scripts/tests/versioner_hashes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,9 @@ cd156d7fc3c253b266689e1a8ac2ce5c18e8b5af: #27349
libmesh: 7142db2
moose-dev: c3f9da2
wasp: c3b8cf2
05d474f0220fa8163aa73c3a4bb4a4959aeddf2d: #27535
mpich: ac30c0c
petsc: 6a35350
libmesh: 7142db2
moose-dev: a307875
wasp: c3b8cf2

0 comments on commit 85f138a

Please sign in to comment.