Skip to content

Commit

Permalink
Merge branch 'develop' into ci/remove-upload-codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak authored May 8, 2024
2 parents 0cc82a9 + ea5f414 commit 5ebe4c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
archspec==0.2.2
archspec==0.2.4
docutils==0.18.1
jsonschema==3.2.0
semver==2.13.0; python_version == '3.6'
Expand Down
3 changes: 1 addition & 2 deletions reframe/utility/cpuinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,7 @@ def cpuinfo():
ret = {
'arch': archspec.cpu.host().name,
'vendor': archspec.cpu.host().vendor,
'model': archspec.cpu.detect.raw_info_dictionary().get('model name',
'N/A'),
'model': archspec.cpu.brand_string(),
'platform': platform.machine()
}

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
archspec==0.2.2
archspec==0.2.4
argcomplete==3.1.2; python_version < '3.8'
argcomplete==3.2.3; python_version >= '3.8'
importlib_metadata==4.0.1; python_version < '3.8'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = find_namespace:
python_requires = >=3.6
scripts = bin/reframe
install_requires =
archspec <= 0.2.2
archspec >= 0.2.4
argcomplete
argcomplete <= 3.1.2; python_version < '3.8'
jsonschema
Expand Down

0 comments on commit 5ebe4c8

Please sign in to comment.