Skip to content

Commit 6892183

Browse files
committed
Release on conda
1 parent 66c8010 commit 6892183

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/conda/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ requirements:
1515
- python
1616
- pip
1717
- filelock
18-
- requests
18+
- requests <=2.23
1919
- tqdm
2020
- typing-extensions
2121
- packaging
22+
- pyyaml
2223
run:
2324
- python
2425
- pip
2526
- filelock
26-
- requests
27+
- requests <=2.23
2728
- tqdm
2829
- typing-extensions
2930
- packaging
31+
- pyyaml
3032

3133
test:
3234
imports:

0 commit comments

Comments
 (0)