Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding plotly to moose-tools #29830 #29831

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -10,7 +10,7 @@ moose_wasp:
- moose-wasp 2024.12.23

moose_tools:
- moose-tools 2024.12.23
- moose-tools 2025.02.06

moose_peacock:
- moose-peacock 2024.12.23
Expand Down
2 changes: 1 addition & 1 deletion conda/moose-dev/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# REMEMBER TO UPDATE the .yaml files for the following packages:
# moose/conda_build_config.yaml
# As well as any directions pertaining to modifying those files.
{% set version = "2024.12.23" %}
{% set version = "2025.02.06" %}

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
Expand Up @@ -3,7 +3,7 @@ mpi:
- openmpi

moose_dev:
- moose-dev 2024.12.23
- moose-dev 2025.02.06

#### 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 @@ -3,7 +3,7 @@
# moose-dev/*
#
# As well as any directions pertaining to modifying those files.
{% set version = "2024.12.23" %}
{% set version = "2025.02.06" %}

package:
name: moose-tools
Expand Down Expand Up @@ -45,6 +45,7 @@ requirements:
- packaging
- pandas
- paramiko
- plotly
- psutil
- psycopg2
- pyarrow
Expand Down
7 changes: 7 additions & 0 deletions scripts/tests/versioner_hashes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,10 @@ cece3f711bd9c235af31c9d5a4c54e292400ecc1: #29074
libmesh: b8b3d69
wasp: 2fbcef5
moose-dev: 5e9be02
82d253cb82ba263a433c385ec9f1d8d798171f2d: #29831
tools: 5b0f6f0
mpi: 82bbd28
petsc: e78a9a4
libmesh: b8b3d69
wasp: 2fbcef5
moose-dev: 97594a6