Skip to content

Commit

Permalink
add libxcrypt and rmgdatabase to recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 26, 2024
1 parent ec5b0f9 commit 8156241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .conda/meta.yaml
Expand Up @@ -13,6 +13,7 @@ requirements:
build:
- {{ compiler('c') }}
host:
- conda-forge::libxcrypt # remove after upgrading Python versions
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down Expand Up @@ -59,6 +60,8 @@ requirements:
- rmg::symmetry
- conda-forge::nomkl
run:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmgdatabase
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down Expand Up @@ -106,6 +109,8 @@ requirements:
- conda-forge::nomkl
test:
requires:
- conda-forge::libxcrypt # remove after upgrading Python versions
- rmg::rmgdatabase
- conda-forge::cairo
- conda-forge::cairocffi
- conda-forge::ffmpeg
Expand Down

0 comments on commit 8156241

Please sign in to comment.