Skip to content

Commit

Permalink
Patch ray-default virtualenv constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell committed Dec 11, 2024
1 parent 2daa1f6 commit 66fa839
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/patch_yaml/ray-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ then:
- tighten_depends:
name: pandas
upper_bound: 2.2.0
---
# https://github.com/conda-forge/ray-packages-feedstock/issues/191
if:
name: ray-default
version_ge: 2.10.0
then:
- replace_depends:
old: virtualenv >=20.0.24,<20.21.1
new: virtualenv >=20.0.24,!=20.21.1

0 comments on commit 66fa839

Please sign in to comment.