Skip to content

Commit fd5fdfd

Browse files
committed
use conda-forge cantera to avoid using mkl
1 parent b041507 commit fd5fdfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ name: rmg_env
2222
channels:
2323
- rmg
2424
- conda-forge
25-
- cantera
2625
dependencies:
2726
# System-level dependencies - we could install these at the OS level
2827
# but by installing them in the conda environment we get better control
@@ -43,7 +42,7 @@ dependencies:
4342

4443
# external software tools for chemistry
4544
- coolprop
46-
- cantera::cantera=2.6
45+
- conda-forge::cantera=2.6
4746
- conda-forge::mopac
4847
# see https://github.com/ReactionMechanismGenerator/RMG-Py/pull/2639#issuecomment-2050292972
4948
- conda-forge::cclib >=1.6.3,<1.9

0 commit comments

Comments
 (0)