Skip to content

Commit

Permalink
Merge pull request #335 from ukri-excalibur/tkoskela-patch-1
Browse files Browse the repository at this point in the history
Require numpy 1 due to incompatibility with Streamlit
  • Loading branch information
tkoskela authored Jul 22, 2024
2 parents d1ba254 + 4154696 commit 2c47c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion post-processing/test_post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_read_perflog(run_sombrero):
# get dataframe from complete perflog
df = log_hand.read_perflog(sombrero_log_path)

EXPECTED_FIELDS = ["job_completion_time", "version", "info", "jobid", "num_tasks",
EXPECTED_FIELDS = ["job_completion_time", "reframe version", "info", "jobid", "num_tasks",
"num_cpus_per_task", "num_tasks_per_node", "num_gpus_per_node",
"flops_value", "flops_unit", "flops_ref", "flops_lower_thres",
"flops_upper_thres", "spack_spec", "test_name", "tasks", "cpus_per_task",
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"reframe-hpc >= 4.3.0, < 5.0.0",
"reframe-hpc >= 4.6.1, < 5.0.0",
"matplotlib >= 3.0.0",
]

Expand All @@ -37,6 +37,7 @@ post-processing = [
"bokeh == 2.4.3",
"titlecase >= 2.4.1",
"streamlit >= 1.30.0",
"numpy < 2.0.0",
]

[tool.setuptools_scm]
Expand Down

0 comments on commit 2c47c1f

Please sign in to comment.