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 8287dc7Copy full SHA for 8287dc7
1 file changed
recipe/meta.yaml
@@ -28,6 +28,15 @@ requirements:
28
- pip
29
- setuptools >=64,<72.2.0
30
- igraph >=0.10,<0.11
31
+ # Windows may require additional libs if igraph.pc lists them in Libs
32
+ - arpack # [win]
33
+ - glpk # [win]
34
+ - gmp # [win]
35
+ - libblas # [win]
36
+ - libiconv # [win]
37
+ - liblapack # [win]
38
+ - libxml2-devel # [win]
39
+ - xz # [win]
40
run:
41
- python
42
- texttable >=1.6.2
0 commit comments