Skip to content

Commit

Permalink
Fix syntax of cmake requirement pinning in the conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed May 24, 2024
1 parent 478a855 commit 1db6074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build:

requirements:
build:
- cmake >= 3.16
- cmake >=3.16
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- hatch-fancy-pypi-readme
- numpy >=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion utils/requirements/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
},
{
"cmake >= 3.16": {
"cmake>=3.16": {
"method": "conda_recipe",
"flags": {
"build": true,
Expand Down
2 changes: 1 addition & 1 deletion utils/requirements/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ general:
flags:
build: True
build_only: True
- cmake >= 3.16:
- cmake>=3.16:
method: conda_recipe
flags:
build: True
Expand Down

0 comments on commit 1db6074

Please sign in to comment.