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 ec5b0f9 commit 8156241Copy full SHA for 8156241
1 file changed
.conda/meta.yaml
@@ -13,6 +13,7 @@ requirements:
13
build:
14
- {{ compiler('c') }}
15
host:
16
+ - conda-forge::libxcrypt # remove after upgrading Python versions
17
- conda-forge::cairo
18
- conda-forge::cairocffi
19
- conda-forge::ffmpeg
@@ -59,6 +60,8 @@ requirements:
59
60
- rmg::symmetry
61
- conda-forge::nomkl
62
run:
63
64
+ - rmg::rmgdatabase
65
66
67
@@ -106,6 +109,8 @@ requirements:
106
109
107
110
test:
108
111
requires:
112
113
114
115
116
0 commit comments