Skip to content

Commit

Permalink
Add uncertainties to python dependendies
Browse files Browse the repository at this point in the history
refs #27535
  • Loading branch information
loganharbour committed May 2, 2024
1 parent 1145d86 commit 05d474f
Show file tree
Hide file tree
Showing 5 changed files with 7 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

0 comments on commit 05d474f

Please sign in to comment.