Skip to content

Commit

Permalink
Remove RDKit pin (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Aug 5, 2024
1 parent 174c38a commit ef897af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
Expand All @@ -27,7 +27,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-requests]
4 changes: 1 addition & 3 deletions devtools/conda-envs/spyrmsd-test-rdkit-nogt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ dependencies:
- pebble

# Chemistry
# TODO: Remove pin when issue is fixed upstream
# INFO: See https://github.com/RMeli/spyrmsd/pull/134
- rdkit<=2024.03.4
- rdkit

# Testing
- pytest
Expand Down

0 comments on commit ef897af

Please sign in to comment.