Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
explicitly install numkit and cpython with GROMACS
- work around some weird installation issues that are probably due to the fact that we need to pull GROMACS from bioconda in some instances - (1) For macOS Python 2.7, numkit gets uninstalled: need to keep it explicitly. - (2) For Python 3.9, mamba wants to replace cpython with pypy and that leads to all kinds of problems (similar to what was reported in mamba-org/mamba#658 ). We explicitly request the cpython version of Python 3.9 when installing GROMACS.
- Loading branch information