Skip to content

Commit

Permalink
Merge pull request #924 from claytonparnell/main
Browse files Browse the repository at this point in the history
Patch ray-default virtualenv constraint
  • Loading branch information
h-vetinari authored Dec 11, 2024
2 parents 00f0d90 + bafd7fb commit 1efc079
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipe/patch_yaml/ray-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,13 @@ 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
version_lt: 2.40.0
then:
- replace_depends:
old: virtualenv >=20.0.24,<20.21.1
new: virtualenv >=20.0.24,!=20.21.1

0 comments on commit 1efc079

Please sign in to comment.