Skip to content

Commit bd33f20

Browse files
committed
use conda-forge for graphviz to avoid bug
see issue #2750. rmg channel for graphviz can lead to errors on some configurations, which was previously causing CI/run failures
1 parent 552fbfd commit bd33f20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ dependencies:
3232
- xlrd
3333
- xlwt
3434
- h5py
35-
- graphviz
3635
- markupsafe
3736
- psutil
3837
# conda-forge not default, since default has a version information bug
3938
# (see https://github.com/ReactionMechanismGenerator/RMG-Py/pull/2421)
4039
- conda-forge::ncurses
4140
- conda-forge::suitesparse
41+
# see https://github.com/ReactionMechanismGenerator/RMG-Py/issues/2750
42+
- conda-forge::graphviz
4243

4344
# external software tools for chemistry
4445
- coolprop

0 commit comments

Comments
 (0)