We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba3854 commit 5c3d6cfCopy full SHA for 5c3d6cf
1 file changed
recipe/meta.yaml
@@ -28,6 +28,16 @@ requirements:
28
- pip
29
- setuptools >=64,<72.2.0
30
- igraph >=0.10,<0.11
31
+ # Windows requires additional libs for pkg-config to work because igraph.pc
32
+ # lists them in Libs
33
+ - arpack # [win]
34
+ - glpk # [win]
35
+ - gmp # [win]
36
+ - libblas # [win]
37
+ - libiconv # [win]
38
+ - liblapack # [win]
39
+ - liblzma-devel # [win]
40
+ - libxml2-devel # [win]
41
run:
42
- python
43
- texttable >=1.6.2
0 commit comments