Skip to content

Commit 53fcc47

Browse files
Add urlib3 as a run-time dependency on Windows
1 parent e842645 commit 53fcc47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ requirements:
2929
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3030
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
3131
- dpcpp-cpp-rt >=2022.2 # [py>39]
32+
- urllib3 # [win]
3233

3334
test:
3435
requires:

0 commit comments

Comments
 (0)