We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8897d0e commit 9aa0b27Copy full SHA for 9aa0b27
.github/workflows/test_and_publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install moleculekit conda deps. Force rdkit version for tests
41
run: |
42
mamba install -y -q --file extra_requirements.txt python=${{ matrix.python-version }} -c acellera -c conda-forge
43
- mamba install -y rdkit=2024.03.5
+ mamba install -y rdkit=2024.03.4
44
# scikit-learn, joblib, biopython are only used for rarely-used functions in smallmol
45
mamba install -y -q scikit-learn joblib biopython -c conda-forge
46
0 commit comments