Skip to content

Commit

Permalink
s/<=/</
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 28, 2024
1 parent 36f2881 commit bf5f737
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/rapids_pre_commit_hooks/test_alpha_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ def test_is_rapids_cuda_suffixed_package(name, is_suffixed):
- alpha_spec.RAPIDS_CUDA_SUFFIXED_PACKAGES
)
),
("cuml", "cuml>=24.04,<=24.06", "development", "cuml<=24.06,>=0.0.0a0,>=24.04"),
("cuml", "cuml>=24.04,<=24.06,>=0.0.0a0", "release", "cuml<=24.06,>=24.04"),
("cuml", "cuml>=24.04,<24.06", "development", "cuml<24.06,>=0.0.0a0,>=24.04"),
("cuml", "cuml>=24.04,<24.06,>=0.0.0a0", "release", "cuml<24.06,>=24.04"),
(
"cuml",
"&cuml cuml>=24.04,<=24.06,>=0.0.0a0",
"&cuml cuml>=24.04,<24.06,>=0.0.0a0",
"release",
"cuml<=24.06,>=24.04",
"cuml<24.06,>=24.04",
),
("packaging", "packaging", "development", None),
],
Expand Down

0 comments on commit bf5f737

Please sign in to comment.