Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f15adc6

Browse files
committed
CI: add msvc_runtime to conda recipe
1 parent ed4d60f commit f15adc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/conda_recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ requirements:
4141
- pyqt # [not osx]
4242
- tk # [linux and win]
4343
- functools32 # [py2k]
44+
- msvc_runtime # [win]
4445

4546
run:
4647
- python
@@ -55,6 +56,7 @@ requirements:
5556
- pyqt # [not osx]
5657
- tk # [linux and win]
5758
- functools32 # [py2k]
59+
- msvc_runtime # [win]
5860

5961
test:
6062
imports:

0 commit comments

Comments
 (0)