Skip to content

Commit 6f55763

Browse files
committed
avoid bugged versions of quantities
See #2694 (comment)
1 parent 9b05f37 commit 6f55763

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

environment.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ dependencies:
7979
- pandas
8080
- conda-forge::gprof2dot
8181
- conda-forge::numdifftools
82-
- conda-forge::quantities
82+
# bug in quantities, see:
83+
# https://github.com/ReactionMechanismGenerator/RMG-Py/pull/2694#issuecomment-2489286263
84+
- conda-forge::quantities !=0.16.0,!=0.16.1
8385
- conda-forge::ringdecomposerlib-python
8486

8587
# packages we maintain

0 commit comments

Comments
 (0)